diff --git a/Cargo.toml b/Cargo.toml index 9f85f89..df9396c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "4.0.6" +version = "4.0.7" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 8f1e22d..fd53b2a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/). Cargo.toml ```toml [dependencies] -openai-api-rs = "4.0.6" +openai-api-rs = "4.0.7" ``` ## Usage