From 2e6d7be1dd1c2ffd002460d339ec51e34c73811f Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Fri, 20 Nov 2020 13:55:19 -0800 Subject: [PATCH] Changing PyPi classifier from Beta to Stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e55d2e..1ec67f1 100644 --- a/setup.py +++ b/setup.py @@ -221,7 +221,7 @@ setup( download_url='https://github.com/haata/pycapnp/archive/v%s.zip' % VERSION, keywords=['capnp', 'capnproto', "Cap'n Proto", 'pycapnp'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: MacOS :: MacOS X',