From 9187389aad734431ddb8e467ee5c259823831af4 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 6 Nov 2022 14:20:24 +0200 Subject: [PATCH] Bump version --- .apiversion | 2 +- README.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.apiversion b/.apiversion index 0cda48ac..0faee7d9 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -6.2 +6.3 diff --git a/README.rst b/README.rst index b27d12e1..dce1339f 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2cafc84b..9d0bb66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",