Skip to content

Commit 7447ecd

Browse files
author
Dongri Jin
committed
Change version number
1 parent 972d7fd commit 7447ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openai-api-rs"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["Dongri Jin <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The OpenAI API client Rust library provides convenient access to the OpenAI API
55
Cargo.toml
66
```toml
77
[dependencies]
8-
openai-api-rs = "0.1.6"
8+
openai-api-rs = "0.1.7"
99
```
1010

1111
## Usage

0 commit comments

Comments
 (0)