BUMP 4.7.3.dev0
This commit is contained in:
parent
29f4d5cf89
commit
f38dfd672e
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user