From 163ca0d53ab694b50c156165dd0c3897b88bdaf7 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 10 Jan 2018 20:45:33 +0200 Subject: [PATCH] Increment version. --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index e26e6ac7..8f9a0594 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -19,7 +19,7 @@ else: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -VERSION = Version(1, 0, 3, stage=Stage.DEV, build=0) +VERSION = Version(1, 0, 5, stage=Stage.DEV, build=0) API_VERSION = Version(3, 5) __version__ = VERSION.version