diff --git a/.apiversion b/.apiversion index c3cae12b..0359f243 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -9.3 +9.4 diff --git a/README.rst b/README.rst index 52322104..c3b660d3 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Features - Asynchronous (`asyncio docs `_, :pep:`492`) - Has type hints (:pep:`484`) and can be used with `mypy `_ - Supports `PyPy `_ -- Supports `Telegram Bot API 9.3 `_ and gets fast updates to the latest versions of the Bot API +- Supports `Telegram Bot API 9.4 `_ and gets fast updates to the latest versions of the Bot API - Telegram Bot API integration code was `autogenerated `_ and can be easily re-generated when API gets updated - Updates router (Blueprints) - Has Finite State Machine diff --git a/aiogram/__meta__.py b/aiogram/__meta__.py index 6f449426..0c33f1a9 100644 --- a/aiogram/__meta__.py +++ b/aiogram/__meta__.py @@ -1,2 +1,2 @@ -__version__ = "3.24.0" -__api_version__ = "9.3" +__version__ = "3.25.0" +__api_version__ = "9.4"