This commit is contained in:
Jonathan Kim 2020-04-06 09:36:53 +01:00 committed by GitHub
parent a2fe8dd704
commit 0051f82b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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