From d5f5cea6653ad39c88499bc695137f26baf0b73f Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 29 Oct 2019 22:42:31 +0200 Subject: [PATCH] Bump version to 2.4 --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index b81ceedb..edea1806 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,5 +38,5 @@ __all__ = [ 'utils' ] -__version__ = '2.3.dev1' +__version__ = '2.4' __api_version__ = '4.4'