aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-04-05 17:14:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-04-05 17:14:51 -0400
commitdb6d5f7ac474fa0605213514e793f98a0157a2ab (patch)
tree36b34a30576c1b388a4c654b6269657766cfe914 /release.py
parentc7c39afa08b282a3a4c886e73dfe983475ee3598 (diff)
downloadexternal_python_setuptools-db6d5f7ac474fa0605213514e793f98a0157a2ab.tar.gz
external_python_setuptools-db6d5f7ac474fa0605213514e793f98a0157a2ab.tar.bz2
external_python_setuptools-db6d5f7ac474fa0605213514e793f98a0157a2ab.zip
Bumped to 0.6.37 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : a59fcbbf5ca73fb41958d42d33d3de299ad9ae7c
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 199ad65a..22ddfba8 100644
--- a/release.py
+++ b/release.py
@@ -20,7 +20,7 @@ try:
except Exception:
pass
-VERSION = '0.6.36'
+VERSION = '0.6.37'
def get_next_version():
digits = map(int, VERSION.split('.'))