Change version util and version number.

This commit is contained in:
Alex Root Junior 2017-07-25 04:10:22 +03:00
parent 7fd9a6cfe8
commit 3eba1c25c7
2 changed files with 39 additions and 4 deletions

View file

@ -2,6 +2,6 @@ from .utils.versions import Version, Stage
from .bot import Bot
VERSION = Version(0, 3, 2, stage=Stage.FINAL, build=3)
VERSION = Version(0, 3, 3, stage=Stage.DEV, build=0)
__version__ = VERSION.version