aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-13 11:58:57 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-13 11:58:57 -0500
commit17d7ac38c0570bee51f3f202138d522a4cdf5669 (patch)
tree442d0dc6417cc255a030328d0b6cae0a01bba9d8 /ez_setup.py
parent54852faf6a8c5f1383ac59243dc1e9bcafbbcfc2 (diff)
downloadexternal_python_setuptools-17d7ac38c0570bee51f3f202138d522a4cdf5669.tar.gz
external_python_setuptools-17d7ac38c0570bee51f3f202138d522a4cdf5669.tar.bz2
external_python_setuptools-17d7ac38c0570bee51f3f202138d522a4cdf5669.zip
Bumped to 18.8.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 bbc4c926..bd2acccd 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.8.1"
+DEFAULT_VERSION = "18.8.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir