From 132e1c5651abaa2f7832fd55f17dfedd84d7af1b Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Sat, 11 Feb 2023 12:30:59 -0800 Subject: [PATCH] chore: Release async-openai version 0.6.1 --- async-openai/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-openai/Cargo.toml b/async-openai/Cargo.toml index 82ae6e38..1ebb17f1 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-openai" -version = "0.6.0" +version = "0.6.1" authors = [ "Himanshu Neema" ]