This commit is contained in:
Jonathan Kim 2020-05-09 13:04:05 +01:00 committed by GitHub
parent 396b278aff
commit df67e69129
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 from .utils.module_loading import lazy_import
VERSION = (3, 0, 0, "beta", 1) VERSION = (3, 0, 0, "beta", 2)
__version__ = get_version(VERSION) __version__ = get_version(VERSION)