Bumped version to 2022.2.0b1

pull/65442/head 2022.2.0b1
Paulus Schoutsen 2022-01-27 11:24:06 -08:00
parent ff445b69f4
commit 0604185854
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from .backports.enum import StrEnum
MAJOR_VERSION: Final = 2022
MINOR_VERSION: Final = 2
PATCH_VERSION: Final = "0b0"
PATCH_VERSION: Final = "0b1"
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 9, 0)