summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2010-09-03 10:33:14 -0700
committerAndy McCurdy <andy@andymccurdy.com>2010-09-03 10:33:14 -0700
commitc338b3cc35e4de342ea857eefc4b318f0a856fbe (patch)
tree129f904f36012b56659d7995693f197acd9100e0 /setup.py
parente24ae566d57351e688c185f402d4a26d349d3ee2 (diff)
downloadredis-py-c338b3cc35e4de342ea857eefc4b318f0a856fbe.tar.gz
version bump
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 b85197c..4bdbd63 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
@brief Setuptools configuration for redis client
"""
-version = '2.0.0'
+version = '2.0.1'
sdict = {
'name' : 'redis',