Skip to content

Commit e90376f

Browse files
authored
Bump version to 0.1.9 in prep for crate release (#13)
* chore: bump version to 0.1.9 in prep for crate release * chore: update authors
1 parent 6a6b7ff commit e90376f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openai_api_rust"
3-
version = "0.1.8"
4-
authors = ["i@guantong.dev"]
3+
version = "0.1.9"
4+
authors = ["i@gt.email","craig@mayhew.io"]
55
edition = "2021"
66
license = "MIT"
77
homepage = "https://github.com/openai-rs/openai-api"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ___
3030
Add the following to your Cargo.toml file:
3131

3232
```toml
33-
openai_api_rust = "0.1.8"
33+
openai_api_rust = "0.1.9"
3434
```
3535

3636
Export your API key into the environment variables

0 commit comments

Comments
 (0)