aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:52:20 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:52:20 -0500
commita84f4878c07509a79af863cabf29ce4de6f212c2 (patch)
treee382603c66daaedf14211be56671abc22bc06335 /ez_setup.py
parentea6c487fbfe70032a1dddb0b4501e66420eefeb4 (diff)
downloadexternal_python_setuptools-a84f4878c07509a79af863cabf29ce4de6f212c2.tar.gz
external_python_setuptools-a84f4878c07509a79af863cabf29ce4de6f212c2.tar.bz2
external_python_setuptools-a84f4878c07509a79af863cabf29ce4de6f212c2.zip
Bumped to 18.6.1 in preparation for next release.18.6.1
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 20d80e8e..06918e1b 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.7"
+DEFAULT_VERSION = "18.6.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir