summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:52:20 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-24 18:52:20 -0500
commit036b712a519f5202da6409b456dfa323d577d3ce (patch)
tree083a703857790646ada003a1c665fbef7f7156bf /ez_setup.py
parenta8272c618a5aa51488222a8dfe0d2a0011883f68 (diff)
downloadpython-setuptools-bitbucket-036b712a519f5202da6409b456dfa323d577d3ce.tar.gz
Bumped to 18.6.1 in preparation for next release.18.6.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 20d80e8e..06918e1b 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.7"
+DEFAULT_VERSION = "18.6.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir