Bump version to 2.20.14

This commit is contained in:
shamoon
2026-04-14 13:11:48 -07:00
parent 12c0dc635e
commit ffd886eae0
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, 20, 13)
__version__: Final[tuple[int, int, int]] = (2, 20, 14)
# Version string like X.Y.Z
__full_version_str__: Final[str] = ".".join(map(str, __version__))
# Version string like X.Y