This commit is contained in:
Eran Kampf 2021-09-29 23:42:36 -07:00 committed by GitHub
parent 9c1db0f662
commit 0a54094f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ from .types import (
from .utils.module_loading import lazy_import
from .utils.resolve_only_args import resolve_only_args
VERSION = (3, 0, 0, "beta", 7)
VERSION = (3, 0, 0, "beta", 8)
__version__ = get_version(VERSION)