diff --git a/Cargo.lock b/Cargo.lock index f5620b7..3a1d35c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "gptee" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index cbdf488..c45eda8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gptee" -version = "0.3.6" +version = "0.3.7" edition = "2021" rust-version = "1.67" authors = ["Roger Zurawicki "]