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",