Change version number. Oops. I forgot commit that.

This commit is contained in:
Alex Root Junior 2018-01-27 23:35:08 +02:00
parent 26d5ff4463
commit 112e38f5b1

View file

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