diff --git a/aiogram/__init__.py b/aiogram/__init__.py index ca17b233..1db738b1 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -37,5 +37,5 @@ __all__ = ( "md", ) -__version__ = "3.0.0a10" +__version__ = "3.0.0a11" __api_version__ = "5.2" diff --git a/pyproject.toml b/pyproject.toml index c005ec52..b9e92418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiogram" -version = "3.0.0-alpha.10" +version = "3.0.0-alpha.11" description = "Modern and fully asynchronous framework for Telegram Bot API" authors = ["Alex Root Junior "] license = "MIT"