From 966b166491bf3fb7c8c33a3bbb04802876af9d61 Mon Sep 17 00:00:00 2001 From: trisongz <4735784+trisongz@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:47:10 -0500 Subject: [PATCH] release v0.0.30 --- CHANGELOG.md | 2 +- async_openai/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e8c0e..5a7871b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelogs -#### v0.0.3 (2023-08-10) +#### v0.0.30 (2023-08-10) _Potentially breaking changes in this version_ diff --git a/async_openai/version.py b/async_openai/version.py index da250cc..f303e3e 100644 --- a/async_openai/version.py +++ b/async_openai/version.py @@ -1 +1 @@ -VERSION = '0.0.22' \ No newline at end of file +VERSION = '0.0.30' \ No newline at end of file