From 0aebde18d5068b91c2f485377e184263f77f4dcb Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Fri, 20 Feb 2015 17:20:04 -0800 Subject: [PATCH] Update pycapnp to beta status in trove classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84f2eb8..abbfc38 100644 --- a/setup.py +++ b/setup.py @@ -159,7 +159,7 @@ setup( download_url = 'https://github.com/jparyani/pycapnp/archive/v%s.zip' % VERSION, keywords = ['capnp', 'capnproto', "Cap'n Proto"], classifiers = [ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: MacOS :: MacOS X',