Skip to content

Commit db4ae1d

Browse files
authored
Mark client version as 4.0.0b1 (#250)
Also, set the development status to Beta.
1 parent a4b9b97 commit db4ae1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hazelcast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.0.0b1"
22

33
# Set the default handler to "hazelcast" loggers
44
# to avoid "No handlers could be found" warnings.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author_email='[email protected]',
3030

3131
classifiers=[
32-
'Development Status :: 5 - Production/Stable',
32+
'Development Status :: 4 - Beta',
3333
'Intended Audience :: Developers',
3434
'License :: OSI Approved :: Apache Software License',
3535
'Natural Language :: English',

0 commit comments

Comments
 (0)