Bump version

This commit is contained in:
Alex Root Junior 2018-04-15 03:51:56 +03:00
parent 8d3a43c17d
commit 5bfbc1aec8

View file

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