From 939e520287b794806bd7fbf914d3e399140dc064 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Fri, 3 Feb 2023 21:37:18 +0300 Subject: [PATCH] docs: telegram api version bump --- aiogram/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index ea1d5df8..c14b984f 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -43,5 +43,5 @@ __all__ = ( 'utils', ) -__version__ = '2.24' -__api_version__ = '6.4' +__version__ = '2.25' +__api_version__ = '6.5'