Bump API version

This commit is contained in:
Alex Root Junior 2021-11-08 02:14:20 +02:00
parent 4ac1af9d5c
commit 6df2b16964
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
5.3
5.4

View file

@ -13,7 +13,7 @@ aiogram
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.3-blue.svg?logo=telegram
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.4-blue.svg?logo=telegram
:target: https://core.telegram.org/bots/api
:alt: Telegram Bot API

View file

@ -38,4 +38,4 @@ __all__ = (
)
__version__ = "3.0.0a18"
__api_version__ = "5.3"
__api_version__ = "5.4"