Skip to content

Commit

Permalink
version 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
salimane committed Dec 4, 2012
1 parent fde183e commit 637dc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rediscluster/__init__.py
Expand Up @@ -11,7 +11,7 @@


from rediscluster.cluster_client import StrictRedisCluster from rediscluster.cluster_client import StrictRedisCluster


__version__ = '0.3.1' __version__ = '0.4.0'
VERSION = tuple(map(int, __version__.split('.'))) VERSION = tuple(map(int, __version__.split('.')))


__all__ = [ __all__ = [
Expand Down

0 comments on commit 637dc58

Please sign in to comment.