From 4c13ab551a16d6b511ccaaece67d7bd69619c741 Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:58:38 -0500 Subject: [PATCH] chore: bump from alpha to prod --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b36e55c..6f3e87d 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ packages=find_packages(exclude=["tests", "tests.*"]), package_data={"evm_trace": ["py.typed"]}, classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English",