Back to dev for future changes.

This commit is contained in:
Alex Root Junior 2017-08-04 17:32:21 +03:00
parent dbd9a79567
commit abaa6a6cf6

View file

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