Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongri Jin committed May 7, 2023
1 parent 972d7fd commit 7447ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openai-api-rs"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["Dongri Jin <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7447ecd

Please sign in to comment.