diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 23:04:02 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 23:04:02 -0500 |
commit | 40102f07a08808c2c356891608fd201ee02e618b (patch) | |
tree | 037c555a28b017ecf201c293bfc048520adc8f40 /release.py | |
parent | bb564ea0637851a516dad029c8ccf6d30c451728 (diff) | |
download | external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.tar.gz external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.tar.bz2 external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.zip |
Bumped to 0.6.32 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 107cb8e68f5d9d947096d0733e841ba568df0be2
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ try: except Exception: pass -VERSION = '0.6.31' +VERSION = '0.6.32' def get_next_version(): digits = map(int, VERSION.split('.')) |