mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
3a3f73aeb2
commit
96feb18604
2
setup.py
2
setup.py
@ -101,7 +101,7 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Topic :: Database',
|
'Topic :: Database',
|
||||||
'Topic :: Database :: Database Engines/Servers',
|
'Topic :: Database :: Database Engines/Servers',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user