summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-13 07:07:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-13 07:07:03 -0400
commit8f05565451ef38cc10074582ad826941f8f8c899 (patch)
tree3b13af466ad891a3481fd420c63f612a7621b44e /ez_setup.py
parenta0d19667eaa92bd95f2bebfcb50a68d0921282eb (diff)
parent068ab0e3a6e5146137ee9f913e3b1fbc5b337c22 (diff)
downloadpython-setuptools-git-8f05565451ef38cc10074582ad826941f8f8c899.tar.gz
Merge with Distribute 0.6.39
--HG-- rename : distribute_setup.py => ez_setup.py
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index d311a0b9..57f019b1 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -47,7 +47,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.40"
DEFAULT_URL = "http://pypi.python.org/packages/source/s/setuptools/"