diff options
author | andymccurdy <andy@andymccurdy.com> | 2010-02-15 23:19:28 -0800 |
---|---|---|
committer | andymccurdy <andy@andymccurdy.com> | 2010-02-15 23:19:28 -0800 |
commit | 12570a3dcd6d4f3b335f843c42e58399bfe5959b (patch) | |
tree | 197b74fb89959a0c6c8a61037eb9d6af2f6ce802 /setup.py | |
parent | 62aeb4d598d95a0d1ea12ed264e2acbebebfc061 (diff) | |
download | redis-py-12570a3dcd6d4f3b335f843c42e58399bfe5959b.tar.gz |
Changelog updated, version incremented
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 = '0.6.1' +version = '1.34' sdict = { 'name' : 'redis', |