From f1f1fa7e86b1a728924c20117e352ad108df1cef Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 6 Oct 2023 17:21:10 +0900 Subject: [PATCH] Fix version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 075bffa..fca0098 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "1.0.3" +version = "1.0.4" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 3887ea9..218e67b 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.3" +openai-api-rs = "1.0.4" ``` ## Usage