aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-09 15:37:32 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-09 15:37:32 -0500
commitc256b0353847fe4c0235bfd4604660193f5b8a9e (patch)
treee93dd6a22b4a2514a94a03cfa1c90ae1227bc82d /ez_setup.py
parent027e75e50a80d91feaad81d496da4d7d1714804f (diff)
downloadexternal_python_setuptools-c256b0353847fe4c0235bfd4604660193f5b8a9e.tar.gz
external_python_setuptools-c256b0353847fe4c0235bfd4604660193f5b8a9e.tar.bz2
external_python_setuptools-c256b0353847fe4c0235bfd4604660193f5b8a9e.zip
Bumped to 3.0 in preparation for next release.
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 3e5907dc..3764723d 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "2.3"
+DEFAULT_VERSION = "3.0"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):