This commit is contained in:
Jonathan Kim 2022-05-30 13:57:16 +01:00 committed by GitHub
parent 9c3e4bb7da
commit 5475a7ad1f
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, "final", 0)
VERSION = (3, 1, 0, "final", 0)
__version__ = get_version(VERSION)