Skip to content

Commit 644b747

Browse files
devOpsHazelcastasimarslan
authored andcommitted
release 3.8.1
1 parent df65924 commit 644b747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hazelcast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from hazelcast.config import ClientConfig, ClientNetworkConfig, SerializationConfig, GroupConfig
33

44
# version info determines release version
5-
__version_info__ = (3, 8)
5+
__version_info__ = (3, 8, 1)
66
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)