BUMP 4.6.2.dev0

This commit is contained in:
Steven Silvester 2023-11-27 13:45:51 -06:00
parent 485e0a5e56
commit ecad17d24e

View File

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