PYTHON-5416 Prep for 4.13.2 release (#2389)

This commit is contained in:
Steven Silvester 2025-06-16 07:59:52 -05:00 committed by GitHub
parent ad3417411a
commit 0a150feeef
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.2.dev0"
__version__ = "4.13.2"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: