We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df65924 commit 644b747Copy full SHA for 644b747
hazelcast/__init__.py
@@ -2,5 +2,5 @@
2
from hazelcast.config import ClientConfig, ClientNetworkConfig, SerializationConfig, GroupConfig
3
4
# version info determines release version
5
-__version_info__ = (3, 8)
+__version_info__ = (3, 8, 1)
6
__version__ = '.'.join(map(str, __version_info__))
0 commit comments