diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2010-09-03 10:33:14 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2010-09-03 10:33:14 -0700 |
commit | c338b3cc35e4de342ea857eefc4b318f0a856fbe (patch) | |
tree | 129f904f36012b56659d7995693f197acd9100e0 /setup.py | |
parent | e24ae566d57351e688c185f402d4a26d349d3ee2 (diff) | |
download | redis-py-c338b3cc35e4de342ea857eefc4b318f0a856fbe.tar.gz |
version bump
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ @brief Setuptools configuration for redis client """ -version = '2.0.0' +version = '2.0.1' sdict = { 'name' : 'redis', |