Release 0.3.3

This commit is contained in:
Alex Root Junior 2017-07-25 05:07:49 +03:00
parent 7b1fdef84d
commit c94c4e8003

View file

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