Bump version to 4.13.0 for release (#2342)

This commit is contained in:
Noah Stapp 2025-05-14 14:51:36 -04:00 committed by GitHub
parent 397c280217
commit 84411b9119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ from __future__ import annotations
import re
from typing import List, Tuple, Union
__version__ = "4.13.0.dev1"
__version__ = "4.13.0"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: