From ba76447c414daea88468aa33a5e60f9faaaecb68 Mon Sep 17 00:00:00 2001 From: Davide Casale Date: Thu, 4 Apr 2024 16:44:05 +0200 Subject: [PATCH] Upgrade project's 'Development Status' to '5 - Production/Stable'. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcab900..6af03ce 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( author_email="support@bitfinex.com", license="Apache-2.0", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "License :: OSI Approved :: Apache Software License",