aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-15 12:48:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-15 12:48:34 -0400
commitf29e0692c4e4cbfccda2cc2df48a14e09f54a2ca (patch)
tree236a6e48520e386e9738da6354c9d6d1198e6d5b /ez_setup.py
parent0faca62f03cb259d1ccbbed2c4df76a7bfc3ae97 (diff)
downloadexternal_python_setuptools-f29e0692c4e4cbfccda2cc2df48a14e09f54a2ca.tar.gz
external_python_setuptools-f29e0692c4e4cbfccda2cc2df48a14e09f54a2ca.tar.bz2
external_python_setuptools-f29e0692c4e4cbfccda2cc2df48a14e09f54a2ca.zip
Bumped to 5.2 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 10d299bf..02060199 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "5.1"
+DEFAULT_VERSION = "5.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):