From 7e5881f6c226b04f2efa9ecd965c1aae9275b881 Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Mon, 8 Jul 2024 20:47:43 -0700 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 2769a80..9446500 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-openai" -version = "0.23.3" +version = "0.23.4" authors = ["Himanshu Neema"] categories = ["api-bindings", "web-programming", "asynchronous"] keywords = ["openai", "async", "openapi", "ai"]