summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-13 10:36:55 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-13 10:36:55 -0500
commit59f12c0141af1061de6f39f7b5a69795d1353993 (patch)
tree1743f53ecc5b06ea908806707fd75656ba3d9891 /ez_setup.py
parent3bc1dafb0e22f3c694c63cc1159648cee720e638 (diff)
parent2439ceb80430a4201efac7370c90474e429ab41b (diff)
downloadpython-setuptools-git-8.0.tar.gz
Merge with 8.0b1 (use packaging for version specifiers)8.0
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 86647613..f6361e8e 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "7.1"
+DEFAULT_VERSION = "8.0"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):