From 112e38f5b1a7702e96e4ff9aed5459b4ba094d83 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 27 Jan 2018 23:35:08 +0200 Subject: [PATCH] Change version number. Oops. I forgot commit that. --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 8ea10ddb..ddd63c0f 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -20,7 +20,7 @@ else: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -VERSION = Version(1, 0, 5, stage=Stage.DEV, build=0) +VERSION = Version(1, 1, 0, stage=Stage.FINAL, build=0) API_VERSION = Version(3, 5) __version__ = VERSION.version