summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-28 17:57:44 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-28 17:57:44 -0500
commited01415e1428ae3a592accc0db8f12c0e8843f58 (patch)
tree76405fead7d6329a76e9857dcd51b32e2d5ad126 /ez_setup.py
parentd08cc2fa5e104bcbfef319d31a8dc219b34231e9 (diff)
downloadpython-setuptools-bitbucket-ed01415e1428ae3a592accc0db8f12c0e8843f58.tar.gz
Bumped to 18.7 in preparation for next release.18.7
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 2f5e4856..762e26ba 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.6.2"
+DEFAULT_VERSION = "18.7"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir