Change version number

This commit is contained in:
Dongri Jin
2023-05-08 06:46:57 +09:00
parent 972d7fd93b
commit 7447ecd61e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "openai-api-rs"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["Dongri Jin <dongrify@gmail.com>"]
license = "MIT"

View File

@ -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