From b65dcc7d831981d8c5aedc83a8749f667d076aeb Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 26 Jan 2024 09:31:12 +0100 Subject: [PATCH] Finalize release version 0.3.3 Removed the '-dev' suffix from the project version indicating the transition from a development state to the official release of version 0.3.3. This version bump aligns with the completion of features and fixes slated for this iteration. --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589a70f..e1d123b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.3.3 (WIP) +### 0.3.3 (2024-01-26) * Implement recursion check in response generation (e6bc23e564e51aa149432fc67ce381a9260ee5f5) * Implement tool emulation for models without tool support (0acc1456f9e4efa09e799f6ce2ec9a31f439fe4a) diff --git a/pyproject.toml b/pyproject.toml index 8dd70d6..271dfae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "matrix-gptbot" -version = "0.3.3-dev" +version = "0.3.3" authors = [ { name="Kumi Mitterer", email="gptbot@kumi.email" },