summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorandymccurdy <andy@andymccurdy.com>2010-02-15 23:19:28 -0800
committerandymccurdy <andy@andymccurdy.com>2010-02-15 23:19:28 -0800
commit12570a3dcd6d4f3b335f843c42e58399bfe5959b (patch)
tree197b74fb89959a0c6c8a61037eb9d6af2f6ce802 /setup.py
parent62aeb4d598d95a0d1ea12ed264e2acbebebfc061 (diff)
downloadredis-py-12570a3dcd6d4f3b335f843c42e58399bfe5959b.tar.gz
Changelog updated, version incremented
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 7ecf4ae..cb0813c 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
@brief Setuptools configuration for redis client
"""
-version = '0.6.1'
+version = '1.34'
sdict = {
'name' : 'redis',