aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-24 23:04:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-24 23:04:02 -0500
commit40102f07a08808c2c356891608fd201ee02e618b (patch)
tree037c555a28b017ecf201c293bfc048520adc8f40 /release.py
parentbb564ea0637851a516dad029c8ccf6d30c451728 (diff)
downloadexternal_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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 18299a4f..177c11b4 100644
--- a/release.py
+++ b/release.py
@@ -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('.'))