Release 4.1

This commit is contained in:
Alex Root Junior 2017-08-23 23:38:27 +03:00
parent a45dbe1e94
commit 35a431e9f1

View file

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