From 7447ecd61e1434d8c7b6cfb1a61ae07ea7726180 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Mon, 8 May 2023 06:46:57 +0900 Subject: [PATCH] Change version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7b7db4..8b2c3d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 4ecd731..1fbb0ae 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The OpenAI API client Rust library provides convenient access to the OpenAI API Cargo.toml ```toml [dependencies] -openai-api-rs = "0.1.6" +openai-api-rs = "0.1.7" ``` ## Usage