prep versions for alpha

This commit is contained in:
Milan Kolar 2021-03-12 17:17:23 +01:00
parent ee70504dde
commit b4dfbedad4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Definition of Igniter version."""
__version__ = "1.0.0"
__version__ = "1.0.0-alpha1"

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.0.0"
__version__ = "3.0.0-alpha1"