From 623e376906559de28aab50f3afdad63e26c2a0ed Mon Sep 17 00:00:00 2001 From: NotStatilko Date: Mon, 22 May 2023 22:16:02 +0300 Subject: [PATCH] Change Dev.Status to Production/Stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6354797..c30e539 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ ] }, classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Stable', 'Intended Audience :: Developers', 'Topic :: Security :: Cryptography', 'Topic :: Software Development :: Libraries',