BUMP 4.6.0

This commit is contained in:
Jib 2023-11-01 16:26:29 -04:00
parent a17e412fee
commit 8e25ce1ca8

View File

@ -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: