bump version to beta

This commit is contained in:
Milan Kolar 2021-04-01 22:37:22 +02:00
parent 08712d7833
commit 665fce94f4
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-beta"

View file

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