Bump version to 2.20.13

This commit is contained in:
shamoon
2026-03-21 01:50:04 -07:00
parent e590d7df69
commit 9646b8c67d
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, 12)
__version__: Final[tuple[int, int, int]] = (2, 20, 13)
# Version string like X.Y.Z
__full_version_str__: Final[str] = ".".join(map(str, __version__))
# Version string like X.Y