From 15c85c53db5f387c766ecc712e77b46d2fd2bc4d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 8 Apr 2018 18:43:41 +0300 Subject: [PATCH] Bump version --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 30e8ebd8..49193bed 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -20,7 +20,7 @@ else: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -VERSION = Version(1, 2, 2, stage=Stage.DEV, build=0) +VERSION = Version(1, 2, 3, stage=Stage.DEV, build=0) API_VERSION = Version(3, 6) __version__ = VERSION.version