From c7b7714959841a126157afad239abfcb2346de52 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 2 Aug 2023 21:32:15 +0300 Subject: [PATCH] Bump version --- aiogram/__meta__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aiogram/__meta__.py b/aiogram/__meta__.py index f2a9528b..ca7a61cc 100644 --- a/aiogram/__meta__.py +++ b/aiogram/__meta__.py @@ -1,2 +1,2 @@ -__version__ = "3.0.0b9" +__version__ = "3.0.0rc1" __api_version__ = "6.7" diff --git a/pyproject.toml b/pyproject.toml index d4471685..a50e9449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ keywords = [ ] classifiers = [ "License :: OSI Approved :: MIT License", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Framework :: AsyncIO", "Typing :: Typed",