diff --git a/docs/ALPHA.md b/docs/ALPHA.md index 086e8821..aff3f5c1 100644 --- a/docs/ALPHA.md +++ b/docs/ALPHA.md @@ -1,6 +1,6 @@ -# Alpha notes +# Beta notes -Release 0.1.0 of redis-cluster is a Alpha release. +Release 0.2.0 of redis-cluster is a Beta release. Before using this lib please read the documentation and understand the major differences and problems that exists with redis clustering. The following documents is best to read. diff --git a/setup.py b/setup.py index aa39ad37..abec2d96 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ # As from https://pypi.python.org/pypi?%3Aaction=list_classifiers # 'Development Status :: 1 - Planning', # 'Development Status :: 2 - Pre-Alpha', - 'Development Status :: 3 - Alpha', - # 'Development Status :: 4 - Beta', + # 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', # 'Development Status :: 5 - Production/Stable', # 'Development Status :: 6 - Mature', # 'Development Status :: 7 - Inactive',