From 649a02ee486c569b474b9ed74b0fd3731ff668d4 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 3 Jan 2024 09:23:56 -0500 Subject: [PATCH] update PyPI development status classifier (#1468) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ab6fcf..9ff9c31 100644 --- a/setup.py +++ b/setup.py @@ -164,7 +164,7 @@ setup( ] }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research',