Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-11-06 11:45:50 -08:00
committed by GitHub
13 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
from typing import Final
__version__: Final[tuple[int, int, int]] = (2, 19, 4)
__version__: Final[tuple[int, int, int]] = (2, 19, 5)
# Version string like X.Y.Z
__full_version_str__: Final[str] = ".".join(map(str, __version__))
# Version string like X.Y