瀏覽代碼

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.
Kumi 10 月之前
父節點
當前提交
b65dcc7d83
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      pyproject.toml

+ 1 - 1
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)

+ 1 - 1
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" },