chore: bump version to 2.9.0

Docker support is a significant new feature warranting a minor version bump.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Fahad
2025-06-09 22:28:15 +04:00
parent 6b03088eee
commit b799f85b6d

View File

@@ -10,8 +10,8 @@ Configuration values can be overridden by environment variables where appropriat
# Version and metadata # Version and metadata
# These values are used in server responses and for tracking releases # These values are used in server responses and for tracking releases
__version__ = "2.8.0" # Semantic versioning: MAJOR.MINOR.PATCH __version__ = "2.9.0" # Semantic versioning: MAJOR.MINOR.PATCH
__updated__ = "2025-09-09" # Last update date in ISO format __updated__ = "2025-01-09" # Last update date in ISO format
__author__ = "Fahad Gilani" # Primary maintainer __author__ = "Fahad Gilani" # Primary maintainer
# Model configuration # Model configuration