summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorandymccurdy <andy@andymccurdy.com>2010-02-19 00:19:42 -0800
committerandymccurdy <andy@andymccurdy.com>2010-02-19 00:19:42 -0800
commit4496486b92f6a0eeceae6980d8083a4436ba2d4c (patch)
tree36cf1834c8741a1151493bf250942c7ec5971be2 /setup.py
parent5f59153a94ed77157747feb2214b82515bf4ca04 (diff)
downloadredis-py-4496486b92f6a0eeceae6980d8083a4436ba2d4c.tar.gz
incremented revision
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 55efdff..5304cf0 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
@brief Setuptools configuration for redis client
"""
-version = '1.34'
+version = '1.34.1'
sdict = {
'name' : 'redis',