Bump version

This commit is contained in:
Alex Root Junior 2021-07-29 00:42:53 +03:00
parent ac2b0bb198
commit a70ecb767f
2 changed files with 2 additions and 2 deletions

View file

@ -37,5 +37,5 @@ __all__ = (
"md", "md",
) )
__version__ = "3.0.0a10" __version__ = "3.0.0a11"
__api_version__ = "5.2" __api_version__ = "5.2"

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "aiogram" name = "aiogram"
version = "3.0.0-alpha.10" version = "3.0.0-alpha.11"
description = "Modern and fully asynchronous framework for Telegram Bot API" description = "Modern and fully asynchronous framework for Telegram Bot API"
authors = ["Alex Root Junior <jroot.junior@gmail.com>"] authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
license = "MIT" license = "MIT"