Update API version

This commit is contained in:
Alex Root Junior 2022-08-14 15:54:35 +03:00
parent f5de712fcc
commit 283e45bfdc
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
6.1
6.2

View file

@ -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

View file

@ -36,4 +36,4 @@ __all__ = (
)
__version__ = "3.0.0b4"
__api_version__ = "6.1"
__api_version__ = "6.2"