Change version number.

This commit is contained in:
Alex Root Junior 2017-09-27 09:02:43 +03:00
parent ec040eb51f
commit 2c87bf370f

View file

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