Bump version to 2021.10.0dev0 (#55227)

This commit is contained in:
Franck Nijhof 2021-08-25 23:19:14 +02:00 committed by GitHub
parent 9315f3bdd9
commit 06a30c882f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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