From 15838b55dbfcd63d2dc9faffdebe471b9fbea234 Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Thu, 9 Nov 2023 16:15:03 -0800 Subject: [PATCH] chore: Release --- 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 83891a9b..b81d1fcb 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-openai" -version = "0.16.1" +version = "0.16.2" authors = [ "Himanshu Neema" ]