diff --git a/Cargo.lock b/Cargo.lock index 626e0d8..3809f25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "gptee" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index fef1b88..7b91a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gptee" -version = "0.3.4" +version = "0.3.5" edition = "2021" rust-version = "1.67" authors = ["Roger Zurawicki "]