aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.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 /distribute_setup.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 'distribute_setup.py')
-rw-r--r--distribute_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index f630bca4..7488237e 100644
--- a/distribute_setup.py
+++ b/distribute_setup.py
@@ -49,7 +49,7 @@ except ImportError:
args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
-DEFAULT_VERSION = "0.6.36"
+DEFAULT_VERSION = "0.6.37"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"