From 014ebeecd06aac59a1c126b7b11a580f973b5709 Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Wed, 25 Jan 2023 21:49:38 -0800 Subject: [PATCH] chore: Release async-openai version 0.6.0 --- 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 0c2c9852..82ae6e38 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-openai" -version = "0.5.0" +version = "0.6.0" authors = [ "Himanshu Neema" ]