From e1cf030a30f024e981140e1fbb7711e4fe37788d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 1 Jan 2020 20:36:08 +0200 Subject: [PATCH] Bump version --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 1eb6ca66..3d86ce7e 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,5 +38,5 @@ __all__ = [ 'utils' ] -__version__ = '2.5' +__version__ = '2.5.1' __api_version__ = '4.5'