From 5a6b4ff21d119261a1e5477be5ecb4828e451355 Mon Sep 17 00:00:00 2001 From: Tjardo Date: Wed, 24 Apr 2024 11:11:44 +0200 Subject: [PATCH] Bump version to 0.4.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e4e345..1819a2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openai_dive" -version = "0.4.6" +version = "0.4.7" dependencies = [ "base64 0.22.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5a6df1d..8b342f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai_dive" -version = "0.4.6" +version = "0.4.7" edition = "2021" license = "MIT" description = "OpenAI Dive is an unofficial async Rust library that allows you to interact with the OpenAI API."