We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b9b97 commit db4ae1dCopy full SHA for db4ae1d
hazelcast/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "4.0.0"
+__version__ = "4.0.0b1"
2
3
# Set the default handler to "hazelcast" loggers
4
# to avoid "No handlers could be found" warnings.
setup.py
@@ -29,7 +29,7 @@
29
author_email='[email protected]',
30
31
classifiers=[
32
- 'Development Status :: 5 - Production/Stable',
+ 'Development Status :: 4 - Beta',
33
'Intended Audience :: Developers',
34
'License :: OSI Approved :: Apache Software License',
35
'Natural Language :: English',
0 commit comments