summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:54:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:54:16 -0500
commitd6fa00a947270206d0eebe187ec51c2311c42474 (patch)
tree67d890e54090c71f01b2848b0fb300aec7e9e773 /ez_setup.py
parent01f01e88bc01d81089d9e6686b3442464434f669 (diff)
downloadpython-setuptools-bitbucket-d6fa00a947270206d0eebe187ec51c2311c42474.tar.gz
Bumped to 18.6.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 06918e1b..4740248f 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.6.1"
+DEFAULT_VERSION = "18.6.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir