From a42f8599c752d15991d2bc9822ebafa155193318 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Thu, 5 Nov 2020 13:12:04 +0300 Subject: [PATCH] increased Telegram Bot API version --- aiogram/__init__.py | 2 +- aiogram/bot/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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