From 6f7e87e62308f0695b93b1ad3e0f7dc3def29696 Mon Sep 17 00:00:00 2001 From: Katelyn Gigante Date: Tue, 23 Apr 2024 16:25:39 +1000 Subject: [PATCH] chore: Update pypi Status classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",