Bump version

This commit is contained in:
Alex Root Junior 2022-02-17 01:10:09 +02:00
parent 17d8c0b58f
commit 5f282d4ec6
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
4 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
5.5
5.7

View file

@ -13,7 +13,7 @@ aiogram |beta badge|
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.5-blue.svg?logo=telegram
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.7-blue.svg?logo=telegram
:target: https://core.telegram.org/bots/api
:alt: Telegram Bot API

View file

@ -39,5 +39,5 @@ __all__ = (
"flags",
)
__version__ = "3.0.0b1"
__api_version__ = "5.5"
__version__ = "3.0.0b2"
__api_version__ = "5.7"

View file

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