BUMP 4.7.3.dev0

This commit is contained in:
Steven Silvester 2024-05-07 15:22:24 -05:00
parent 29f4d5cf89
commit f38dfd672e
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91

View File

@ -17,7 +17,7 @@ from __future__ import annotations
from typing import Tuple, Union
version_tuple: Tuple[Union[int, str], ...] = (4, 7, 2)
version_tuple: Tuple[Union[int, str], ...] = (4, 7, 3, ".dev0")
def get_version_string() -> str: