diff --git a/setup.py b/setup.py index 5aed815d4..bc44e484e 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ python_requires=">=3.10", install_requires=(Path(__file__).parent / "requirements.txt").read_text().splitlines(), classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Framework :: AsyncIO", "Framework :: aiohttp", "Intended Audience :: Developers",