diff --git a/setup.py b/setup.py index 5ba84e06..5c6451aa 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ version_line = list(filter(lambda l: l.startswith("VERSION"), open(init)))[0] VERSION = get_version(eval(version_line.split("=")[-1])) CLASSIFIERS = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",