Skip to content

Commit

Permalink
chore: bump version to 0.1.9 in prep for crate release
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed May 29, 2024
1 parent 6a6b7ff commit 6c8e863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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_rust"
version = "0.1.8"
version = "0.1.9"
authors = ["i@guantong.dev"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ___
Add the following to your Cargo.toml file:

```toml
openai_api_rust = "0.1.8"
openai_api_rust = "0.1.9"
```

Export your API key into the environment variables
Expand Down

0 comments on commit 6c8e863

Please sign in to comment.