diff --git a/Cargo.toml b/Cargo.toml index f7b7db4..8b2c3d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 4ecd731..1fbb0ae 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The OpenAI API client Rust library provides convenient access to the OpenAI API Cargo.toml ```toml [dependencies] -openai-api-rs = "0.1.6" +openai-api-rs = "0.1.7" ``` ## Usage