From 811ccd999a8261752c5b8f3329830d484c366a22 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 25 May 2021 01:11:26 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dee13c6..aa283b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiogram" -version = "3.0.0-alpha.8" +version = "3.0.0-alpha.9" description = "Modern and fully asynchronous framework for Telegram Bot API" authors = ["Alex Root Junior "] license = "MIT"