aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-10-10 21:05:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-10-10 21:05:24 -0400
commit513c0d0f73951677f006cb43fcbc2127154ccbe7 (patch)
tree35b21549bfe0c507dc147ecbaabf6e543fd52451 /ez_setup.py
parent23391cf15730456b0e9aad8140cf26f699ecab76 (diff)
downloadexternal_python_setuptools-513c0d0f73951677f006cb43fcbc2127154ccbe7.tar.gz
external_python_setuptools-513c0d0f73951677f006cb43fcbc2127154ccbe7.tar.bz2
external_python_setuptools-513c0d0f73951677f006cb43fcbc2127154ccbe7.zip
Bumped to 18.5 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 53988038..50e0dfc6 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.4"
+DEFAULT_VERSION = "18.5"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir