Quellcode durchsuchen

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 vor 10 Monaten
Ursprung
Commit
b65dcc7d83
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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" },