From 3f8034ad902b291b80293cc70d84f8636955c8a2 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 15 Jul 2018 23:01:32 +0300 Subject: [PATCH] Change version --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index ad97a44a..4775972b 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -10,5 +10,5 @@ except ImportError: else: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -__version__ = '1.3.3.dev1' +__version__ = '1.3.3' __api_version__ = '3.6'