diff --git a/Cargo.lock b/Cargo.lock index d428097..3c296a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2281,7 +2281,7 @@ checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" [[package]] name = "llms-from-scratch-rs" -version = "0.1.0-a2" +version = "0.1.0-a3" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 77f0854..4afdf43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "llms-from-scratch-rs" description = "Rust (candle) code for Build a LLM From Scratch by Sebastian Raschka" -version = "0.1.0-a2" +version = "0.1.0-a3" edition = "2021" repository = "https://github.com/nerdai/llms-from-scratch-rs" authors = ["Val Andrei Fajardo "]