aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-06-24 16:59:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-06-24 16:59:48 -0400
commitfc350581c83b27d5846b192016f7525059790f5e (patch)
tree148cfa659d5a6c8dea00dae5d49b392704ab7464 /ez_setup.py
parenta23e95f499849815db5c852a4983388c8a27b0cb (diff)
downloadexternal_python_setuptools-fc350581c83b27d5846b192016f7525059790f5e.tar.gz
external_python_setuptools-fc350581c83b27d5846b192016f7525059790f5e.tar.bz2
external_python_setuptools-fc350581c83b27d5846b192016f7525059790f5e.zip
Bumped to 18.0.1 in preparation for next release.18.0.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 cc8da01e..3762bd80 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.1"
+DEFAULT_VERSION = "18.0.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir