Change version

This commit is contained in:
Alex Root Junior 2018-01-10 20:41:19 +02:00
parent 1f14f8dad6
commit 0144d54e81

View file

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