versioning

This commit is contained in:
2025-12-14 23:33:15 -05:00
parent 0af9ac9c92
commit c8336b7a8d
2 changed files with 13 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# file: config/version.py
import os
BASE_VERSION = "1.0.1" # update manually when releasing features
BASE_VERSION = "1.0.2" # update manually when releasing features
def get_full_version() -> str:
"""