feat: update BASE_VERSION to 1.0.14-a for feature release

This commit is contained in:
2026-05-04 14:43:54 -04:00
parent 2e1a0ab2fa
commit f76fbea9a8

View File

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