diff --git a/Cargo.toml b/Cargo.toml index fca0098..e9db885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "1.0.4" +version = "2.0.0" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index c51f1e3..2f3d7c4 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 = "1.0.4" +openai-api-rs = "2.0.0" ``` ## Usage