aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-10-21 04:01:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-10-21 04:01:36 -0400
commitae5c5639d3704b1c4caece39839b6135fe8381b7 (patch)
treedaf533458c676d400fcb9cb4790fb67ef4e8ef3f /release.py
parent724ffeddce8c6f302b84b2112bfc76971c7da4f7 (diff)
downloadexternal_python_setuptools-ae5c5639d3704b1c4caece39839b6135fe8381b7.tar.gz
external_python_setuptools-ae5c5639d3704b1c4caece39839b6135fe8381b7.tar.bz2
external_python_setuptools-ae5c5639d3704b1c4caece39839b6135fe8381b7.zip
Bumped to 0.6.30 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 2181b40073d9790f489b692900f53c5efb3c34cd
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 f4f88bac..dd12057f 100644
--- a/release.py
+++ b/release.py
@@ -20,7 +20,7 @@ try:
except Exception:
pass
-VERSION = '0.6.29'
+VERSION = '0.6.30'
def get_next_version():
digits = map(int, VERSION.split('.'))