From dfcc59d349e5387ff59ead32bd8f20d4ae064568 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 23 Feb 2018 14:11:35 +0200 Subject: [PATCH] Change version number --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index d9d32776..02f83130 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -20,7 +20,7 @@ else: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -VERSION = Version(1, 1, 1, stage=Stage.DEV, build=0) +VERSION = Version(1, 2, stage=Stage.FINAL, build=0) API_VERSION = Version(3, 6) __version__ = VERSION.version