We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec810c4 commit c922633Copy full SHA for c922633
hazelcast/version.py
@@ -5,7 +5,7 @@
5
6
SERIALIZATION_VERSION = 1
7
CLIENT_TYPE = "PYH"
8
-CLIENT_VERSION_INFO = (3, 12)
+CLIENT_VERSION_INFO = (3, 12, 1)
9
CLIENT_VERSION = ".".join(map(str, CLIENT_VERSION_INFO))
10
11
0 commit comments