Bump version to 2.19.1

This commit is contained in:
shamoon
2025-10-22 13:03:28 -07:00
parent 26f61c900f
commit 41b9fff407
5 changed files with 5 additions and 5 deletions

View File

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