diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 65af1f20..b74395a8 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -35,5 +35,5 @@ __all__ = ( "flags", ) -__version__ = "3.0.0b6" +__version__ = "3.0.0b7" __api_version__ = "6.3" diff --git a/pyproject.toml b/pyproject.toml index 89b25faa..9b86f3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiogram" -version = "3.0.0-beta.6" +version = "3.0.0-beta.7" description = "Modern and fully asynchronous framework for Telegram Bot API" authors = [ "Alex Root Junior ",