From 812fb87d678ea7ee818ac75167120ccc19b46bbf Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 24 Nov 2021 06:31:49 +0200 Subject: [PATCH] Bump version (Maybe can be bumped to beta stage before release) --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index a6f60991..32e6a5e5 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -36,5 +36,5 @@ __all__ = ( "md", ) -__version__ = "3.0.0a18" +__version__ = "3.0.0a19" __api_version__ = "5.4"