diff --git a/.apiversion b/.apiversion index a435f5a5..0cda48ac 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -6.1 +6.2 diff --git a/README.rst b/README.rst index d0ad453c..58ee0d13 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 80baacbc..a0c5948c 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -36,4 +36,4 @@ __all__ = ( ) __version__ = "3.0.0b4" -__api_version__ = "6.1" +__api_version__ = "6.2"