diff options
author | andy <andy@andymccurdy.com> | 2012-05-18 15:21:05 -0700 |
---|---|---|
committer | andy <andy@andymccurdy.com> | 2012-05-18 15:21:05 -0700 |
commit | d2a7156f7fd108a24d8aa321e2ecd67b3f1f34c6 (patch) | |
tree | d4fbf6be4006b68e027b0372d1ad20d2f023fe39 /redis/__init__.py | |
parent | 2dc8202d20bd3d01f33b101e90bc77ed2979b04d (diff) | |
download | redis-py-d2a7156f7fd108a24d8aa321e2ecd67b3f1f34c6.tar.gz |
2.4.132.4.13
Diffstat (limited to 'redis/__init__.py')
-rw-r--r-- | redis/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/__init__.py b/redis/__init__.py index c906137..9af264e 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -17,7 +17,7 @@ from redis.exceptions import ( ) -__version__ = '2.4.12' +__version__ = '2.4.13' VERSION = tuple(map(int, __version__.split('.'))) __all__ = [ |