summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2010-12-20 15:20:32 -0800
committerAndy McCurdy <andy@andymccurdy.com>2010-12-20 15:20:32 -0800
commitf1285cc2db1957df4adc40fb865088a87f0eafdc (patch)
treee265f8dc4e588738e0ed6a975c29235430b3646c /setup.py
parenta358123c2e018dc19eafd2c1e7a8a114f3ac05e3 (diff)
downloadredis-py-f1285cc2db1957df4adc40fb865088a87f0eafdc.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 4bdbd63..bb5ec0e 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
@brief Setuptools configuration for redis client
"""
-version = '2.0.1'
+version = '2.2.0'
sdict = {
'name' : 'redis',