From e8e108ecae1dc5a0e2aed8d8abf0e64c51a1fdee Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 27 May 2018 21:55:56 +0300 Subject: [PATCH] Oops. Bump [2] --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 8c5e1e2a..96b5a36c 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.1' +__version__ = '1.3.2' __api_version__ = '3.6'