Changed from Alpha to Beta in setup.py

I changed the classifier `'Development Status :: 3 - Alpha'` to `'Development Status :: 4 - Beta'` as per the list of classifiers here: https://pypi.python.org/pypi?%3Aaction=list_classifiers

This is in preparation for the version 1.0 release but I think it's probably fine to have it in master now.
This commit is contained in:
Troy McConaghy 2017-04-24 15:56:36 +02:00 committed by GitHub
parent 3a3f73aeb2
commit 96feb18604

View File

@ -101,7 +101,7 @@ setup(
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Database',
'Topic :: Database :: Database Engines/Servers',