From be660448f41556ccb1dbc5874ed668bc5969acec Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Tue, 25 Jun 2024 11:46:12 +0900 Subject: [PATCH] v4.1.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebd7ec8..a9a13de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "4.1.0" +version = "4.1.1" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 05bed69..c64b63c 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.1.0" +openai-api-rs = "4.1.1" ``` ## Usage