This commit is contained in:
Fahad
2025-06-18 06:24:24 +04:00
parent c3276595f9
commit b56993a42f
8 changed files with 183 additions and 207 deletions

View File

@@ -14,9 +14,9 @@ import os
# These values are used in server responses and for tracking releases
# IMPORTANT: This is the single source of truth for version and author info
# Semantic versioning: MAJOR.MINOR.PATCH
__version__ = "5.0.0"
__version__ = "5.0.1"
# Last update date in ISO format
__updated__ = "2025-06-17"
__updated__ = "2025-06-18"
# Primary maintainer
__author__ = "Fahad Gilani"