Skip to content

Commit

Permalink
release 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast authored and asimarslan committed Mar 1, 2017
1 parent f81fc78 commit 2c0c508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazelcast/__init__.py
Expand Up @@ -2,5 +2,5 @@
from hazelcast.config import ClientConfig, ClientNetworkConfig, SerializationConfig, GroupConfig

# version info determines release version
__version_info__ = (3, 7, 2)
__version_info__ = (3, 8)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 2c0c508

Please sign in to comment.