From 1ce841cece57b9da74eb624c31b226a14d095fb8 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 20 Oct 2023 20:05:45 +0900 Subject: [PATCH] Bump up --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3cdc904..3da3eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "2.0.1" +version = "2.0.2" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 3396b07..42fdecf 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 = "2.0.1" +openai-api-rs = "2.0.2" ``` ## Usage