BUMP 4.6.0
This commit is contained in:
parent
a17e412fee
commit
8e25ce1ca8
@ -17,7 +17,7 @@ from __future__ import annotations
|
||||
|
||||
from typing import Tuple, Union
|
||||
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 0, ".dev0")
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 0)
|
||||
|
||||
|
||||
def get_version_string() -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user