From d8fb62543722eaccd46bf5c4edc98c151b12fa83 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 4 Oct 2023 17:17:00 -0500 Subject: [PATCH] fix: dev status classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82ec052..5f6b68c 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ packages=find_packages(exclude=["tests", "tests.*"]), package_data={"ape_bsc": ["py.typed"]}, classifiers=[ - "Development Status :: 5 - Production", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English",