summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@andymccurdy.com>2012-01-13 13:48:11 -0800
committerandy <andy@andymccurdy.com>2012-01-13 13:48:11 -0800
commit43f5e969afd64bf4f5d34751d108e989588a4506 (patch)
treebd896eea4f9409f94bc41434ae71e47c4a103edb
parent485a7918bb91846c219ff3213ec2d6e66b40e8ae (diff)
downloadredis-py-43f5e969afd64bf4f5d34751d108e989588a4506.tar.gz
version bump2.4.11
-rw-r--r--redis/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/__init__.py b/redis/__init__.py
index 94fd353..ec1db1b 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -16,7 +16,7 @@ from redis.exceptions import (
)
-__version__ = '2.4.10'
+__version__ = '2.4.11'
VERSION = tuple(map(int, __version__.split('.')))
__all__ = [