from django.utils.version import get_version

VERSION = (3, 0, 1, "alpha", 0)

__version__ = get_version(VERSION)