From 131717ff42594d04002ab4d3c3ccf3d8dcfa8e88 Mon Sep 17 00:00:00 2001 From: Himanshu Neema Date: Fri, 24 Nov 2023 21:11:12 -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 19842b73..ab8aabc9 100644 --- a/async-openai/Cargo.toml +++ b/async-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-openai" -version = "0.16.3" +version = "0.17.0" authors = [ "Himanshu Neema" ]