This commit is contained in:
Jonathan Kim 2021-01-06 09:58:19 +00:00 committed by GitHub
parent e5eeb9d831
commit 2e87ebe5fc
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", 6)
VERSION = (3, 0, 0, "beta", 7)
__version__ = get_version(VERSION)