diff --git a/setup.py b/setup.py index a258d58a..45aa7b6f 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup_kwargs = { 'packages': ['sanic'], 'platforms': 'any', 'classifiers': [ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.5',