From d0d758c3672fd54697dc1b6ba7d670f4ccae1a12 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Mon, 20 Jan 2020 15:36:20 -0500 Subject: [PATCH] Update devel status classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8864da1..297e5e3 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ python_requires=">=3.6", install_requires=["natsort", "pillow"], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python :: 3.6",