Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongri Jin committed Jul 16, 2023
1 parent acd3836 commit 69601d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9"
version = "0.1.10"
edition = "2021"
authors = ["Dongri Jin <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# OpenAI API client library for Rust (unofficial)
The OpenAI API client Rust library provides convenient access to the OpenAI API from Rust applications.

Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.8/openai_api_rs/v1/index.html).
Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.10/openai_api_rs/v1/index.html).

## Installation:
Cargo.toml
```toml
[dependencies]
openai-api-rs = "0.1.9"
openai-api-rs = "0.1.10"
```

## Usage
Expand Down

0 comments on commit 69601d8

Please sign in to comment.