diff --git a/Cargo.toml b/Cargo.toml index 1f43e1f..42f47f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index e169f1d..1af3627 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.8/openai_api_rs/v1/ind Cargo.toml ```toml [dependencies] -openai-api-rs = "0.1.8" +openai-api-rs = "0.1.9" ``` ## Usage