diff --git a/Cargo.lock b/Cargo.lock index 1f44fa9..40f0464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "ollama-rest" -version = "0.1.0-dev2" +version = "0.1.0" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c25c095..74f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ollama-rest" -version = "0.1.0-dev2" +version = "0.1.0" edition = "2021" description = "Asynchronous Rust bindings of Ollama REST API" authors = ["Charles Dong "]