Create another alpha release

This commit is contained in:
Christoph Zwerschke 2020-03-04 11:37:00 +01:00
parent 796880fc5c
commit ffb7701466

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, "alpha", 0)
VERSION = (3, 0, 0, "alpha", 1)
__version__ = get_version(VERSION)