diff --git a/Cargo.lock b/Cargo.lock index ece07ac..d5cb7df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "gptee" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 6608fbf..0faabf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gptee" -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.67" authors = ["Roger Zurawicki "]