From c7779abc50bb8b7ec2c65f744c15bdb19900f811 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 19 Nov 2022 20:32:36 +0200 Subject: [PATCH] Bump version --- aiogram/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 65af1f20..b74395a8 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -35,5 +35,5 @@ __all__ = ( "flags", ) -__version__ = "3.0.0b6" +__version__ = "3.0.0b7" __api_version__ = "6.3" diff --git a/pyproject.toml b/pyproject.toml index 89b25faa..9b86f3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiogram" -version = "3.0.0-beta.6" +version = "3.0.0-beta.7" description = "Modern and fully asynchronous framework for Telegram Bot API" authors = [ "Alex Root Junior ",