From c48e62e72b1c8bd9658af7e682c996ba5c93e083 Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Sat, 18 Jan 2025 11:10:10 -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 472202a..1aba36b 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-openai" -version = "0.27.1" +version = "0.27.2" authors = ["Himanshu Neema"] categories = ["api-bindings", "web-programming", "asynchronous"] keywords = ["openai", "async", "openapi", "ai"]