From e4fa7d7b4c2256fa37f5ad89cbfd4d4bf6fdb606 Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Sun, 27 Nov 2022 23:23:57 +0100 Subject: [PATCH] fix: incorrect development status in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df32e38e1..ff1b37c25 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ license='MIT', classifiers=[ - 'Development Status :: 3 - Beta', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries', 'Programming Language :: Python :: 3.6',