Change build version.

This commit is contained in:
Alex Root Junior 2017-09-16 20:16:05 +03:00
parent 986ffa0ebd
commit 44e2218279

View file

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