mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump API version
This commit is contained in:
parent
4ac1af9d5c
commit
6df2b16964
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
5.3
|
||||
5.4
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -38,4 +38,4 @@ __all__ = (
|
|||
)
|
||||
|
||||
__version__ = "3.0.0a18"
|
||||
__api_version__ = "5.3"
|
||||
__api_version__ = "5.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue