Bumps the version to 2.15.1

This commit is contained in:
Trenton Holmes
2025-04-09 14:55:02 -07:00
parent f036292b72
commit 705f542129
3 changed files with 3 additions and 3 deletions

View File

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