diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 9a11b7a2..1c66de7e 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -44,4 +44,4 @@ __all__ = ( ) __version__ = '2.10' -__api_version__ = '4.9' +__api_version__ = '5.0' diff --git a/aiogram/bot/api.py b/aiogram/bot/api.py index cb258cdf..592257ee 100644 --- a/aiogram/bot/api.py +++ b/aiogram/bot/api.py @@ -153,7 +153,7 @@ class Methods(Helper): """ Helper for Telegram API Methods listed on https://core.telegram.org/bots/api - List is updated to Bot API 4.9 + List is updated to Bot API 5.0 """ mode = HelperMode.lowerCamelCase