Skip to content

Commit e070f16

Browse files
committed
Bump version to 0.4.0
1 parent 3ffa174 commit e070f16

File tree

4 files changed

+4
-4
lines changed

4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openai_dive"
3-
version = "0.3.7"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT"
66
description = "OpenAI Dive is an unofficial async Rust library that allows you to interact with the OpenAI API."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sign up for an account on [https://platform.openai.com/overview](https://platfor
1111

1212
```ini
1313
[dependencies]
14-
openai_dive = "0.3"
14+
openai_dive = "0.4"
1515
```
1616

1717
More information: [set API key](#set-api-key), [add proxy](#add-proxy), [rate limit headers](#rate-limit-headers), [use model names](#use-model-names)

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! ```ini
88
//! [dependencies]
9-
//! openai_dive = "0.3"
9+
//! openai_dive = "0.4"
1010
//! ```
1111
//!
1212
//! More information: [set API key](#set-api-key), [add proxy](#add-proxy), [rate limit headers](#rate-limit-headers), [use model names](#use-model-names)

0 commit comments

Comments
 (0)