From df9fb66736af21922ac6981c563dc5199228b7da Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 5 Oct 2012 15:03:06 -0400 Subject: [PATCH] Updates development status to Beta. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54e19430..756a0313 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name='zipline', long_description=open('README.md').read(), license='Apache 2.0', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', 'Programming Language :: Python',