Bump version to 2021.9.0dev0 (#53638)

This commit is contained in:
Franck Nijhof
2021-07-28 22:56:34 +02:00
committed by GitHub
parent 8d84edd3b7
commit a8536e3ce5

View File

@@ -4,7 +4,7 @@ from __future__ import annotations
from typing import Final
MAJOR_VERSION: Final = 2021
MINOR_VERSION: Final = 8
MINOR_VERSION: Final = 9
PATCH_VERSION: Final = "0.dev0"
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"