aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-10-10 21:04:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-10-10 21:04:06 -0400
commitcab9d9c40afac011cc7e12989dc387094a4f1285 (patch)
tree64edfdda6380272910e1a0ea7c460478d4e782a2 /ez_setup.py
parentd24ca2822867ef944f959ba420a1c4cf47bae859 (diff)
downloadexternal_python_setuptools-cab9d9c40afac011cc7e12989dc387094a4f1285.tar.gz
external_python_setuptools-cab9d9c40afac011cc7e12989dc387094a4f1285.tar.bz2
external_python_setuptools-cab9d9c40afac011cc7e12989dc387094a4f1285.zip
Bumped to 18.4 in preparation for next release.18.4
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 2247dd79..53988038 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.3.3"
+DEFAULT_VERSION = "18.4"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir