Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongri Jin committed Jul 9, 2023
1 parent 4ff7e51 commit d87fa3e
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.8"
version = "0.1.9"
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 @@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.8/openai_api_rs/v1/ind
Cargo.toml
```toml
[dependencies]
openai-api-rs = "0.1.8"
openai-api-rs = "0.1.9"
```

## Usage
Expand Down

0 comments on commit d87fa3e

Please sign in to comment.