Change version number.

This commit is contained in:
Alex Root Junior 2018-03-01 19:41:02 +02:00
parent 70b60f1b29
commit a8c6d16472

View file

@ -20,7 +20,7 @@ else:
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
VERSION = Version(1, 2, stage=Stage.FINAL, build=0)
VERSION = Version(1, 2, 1, stage=Stage.DEV, build=0)
API_VERSION = Version(3, 6)
__version__ = VERSION.version