From 0656a4b1b84ae17b11421fe1ec894032afc57ff1 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 24 Jun 2018 03:21:38 +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..39948944 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__ = '2.0.dev1' __api_version__ = '3.6'