diff --git a/setup.py b/setup.py index 6d52e12..c2d6332 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_description() -> str: long_description=get_description(), long_description_content_type="text/x-rst", classifiers=[ - 'Development Status :: 1 - Alpha', + 'Development Status :: 1 - Production/Stable', 'Environment :: Console', 'Framework :: AsyncIO', 'Intended Audience :: Developers',