From a70ecb767f282b030d4d73185f171a503b37092c Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 29 Jul 2021 00:42:53 +0300 Subject: [PATCH] Bump version --- aiogram/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"