Bump version // 2

This commit is contained in:
Alex Root Junior 2021-08-17 03:07:38 +03:00
parent 2aa8c38691
commit 5851e32266
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ Changelog
.. towncrier release notes start
3.0.0a13 (2021-08-17)
3.0.0a14 (2021-08-17)
======================
Features

View file

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

View file

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