Bump version to 3.7.1 for release (#337)

This commit is contained in:
Noah Stapp 2025-05-14 14:51:33 -04:00 committed by GitHub
parent c734a3a3f6
commit 1b2e255218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
import re
from typing import List, Tuple, Union
__version__ = "3.8.0.dev0"
__version__ = "3.7.1"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: