From 12108a0ee9bb92b4c4df6550b71e0024ec267d47 Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Sun, 12 Jan 2025 11:56:07 -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 c4d8059..472202a 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-openai" -version = "0.27.0" +version = "0.27.1" authors = ["Himanshu Neema"] categories = ["api-bindings", "web-programming", "asynchronous"] keywords = ["openai", "async", "openapi", "ai"]