summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2010-03-18 10:19:54 -0700
committerAndy McCurdy <andy@andymccurdy.com>2010-03-18 10:19:54 -0700
commit97ed01d9ac6fe39a53dd9414085f5aa0e44f6041 (patch)
tree70045e9decada18918adedd1a891af2c759f3593 /setup.py
parent5723a5468c4c168e798cecd72d21922f9c53d2e8 (diff)
downloadredis-py-97ed01d9ac6fe39a53dd9414085f5aa0e44f6041.tar.gz
HEXISTS and HLEN implementations
added a socket_timeout parameter to allow commands to timeout and raise an error
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5304cf0..0660371 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
@brief Setuptools configuration for redis client
"""
-version = '1.34.1'
+version = '1.36'
sdict = {
'name' : 'redis',