Version: Bump to 2.0-alph0 for this python3 work

This commit is contained in:
Athanasius 2021-11-04 15:31:46 +00:00
parent b876fec22c
commit 03c7f6c96b

View File

@ -1,2 +1,3 @@
"""Declare the version of this software."""
# This should be a version number as understood by setuptools
__version__ = "1.2"
__version__ = "2.0-alpha0"