Skip to content

Commit

Permalink
Bump version to 0.1.9 in prep for crate release (#13)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.1.9 in prep for crate release

* chore: update authors
  • Loading branch information
craigmayhew authored May 29, 2024
1 parent 6a6b7ff commit e90376f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openai_api_rust"
version = "0.1.8"
authors = ["i@guantong.dev"]
version = "0.1.9"
authors = ["i@gt.email","craig@mayhew.io"]
edition = "2021"
license = "MIT"
homepage = "https://github.com/openai-rs/openai-api"
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 e90376f

Please sign in to comment.