Bump version // 2

This commit is contained in:
Alex Root Junior 2021-08-01 01:11:46 +03:00
parent e5a7c69e17
commit a19b6bcf3a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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