mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update API version
This commit is contained in:
parent
f5de712fcc
commit
283e45bfdc
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
6.1
|
||||
6.2
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ aiogram |beta badge|
|
|||
:target: https://pypi.python.org/pypi/aiogram
|
||||
:alt: Supported python versions
|
||||
|
||||
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-6.1-blue.svg?logo=telegram
|
||||
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-6.2-blue.svg?logo=telegram
|
||||
:target: https://core.telegram.org/bots/api
|
||||
:alt: Telegram Bot API
|
||||
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ __all__ = (
|
|||
)
|
||||
|
||||
__version__ = "3.0.0b4"
|
||||
__api_version__ = "6.1"
|
||||
__api_version__ = "6.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue