Bump version

This commit is contained in:
Alex Root Junior 2022-11-06 14:20:24 +02:00
parent 69650af5bb
commit 9187389aad
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
6.2
6.3

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-6.2-blue.svg?logo=telegram
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-6.3-blue.svg?logo=telegram
:target: https://core.telegram.org/bots/api
:alt: Telegram Bot API

View file

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