Go back to dev.

This commit is contained in:
Alex Root Junior 2017-08-15 06:28:13 +03:00
parent 6b26687fe0
commit a2259b7e16

View file

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