From 3dc32dd09e9beb77334a5589de6c63f6c1142461 Mon Sep 17 00:00:00 2001 From: Arend-Jan Oosterveld Date: Wed, 7 Feb 2024 14:51:48 +0100 Subject: [PATCH] version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d78d764..4f33daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chat-gpt-lib-rs" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "A Rust library for interacting with OpenAI's ChatGPT API, providing a simple interface to make API requests and handle responses." license = "Apache-2.0"