From 282e7cbcbcd33ab20c3b65b8556ed6ef792ab6cc Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Tue, 21 Nov 2023 22:29:24 +0900 Subject: [PATCH] Version up --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 68451ca..ff8461e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "2.1.0" +version = "2.1.1" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index f4e053a..a3696c9 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.1.0" +openai-api-rs = "2.1.1" ``` ## Usage