mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Bump version // 2
This commit is contained in:
parent
2aa8c38691
commit
5851e32266
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ Changelog
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
3.0.0a13 (2021-08-17)
|
||||
3.0.0a14 (2021-08-17)
|
||||
======================
|
||||
|
||||
Features
|
||||
|
|
|
|||
|
|
@ -37,5 +37,5 @@ __all__ = (
|
|||
"md",
|
||||
)
|
||||
|
||||
__version__ = "3.0.0a13"
|
||||
__version__ = "3.0.0a14"
|
||||
__api_version__ = "5.3"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue