summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-14 09:04:18 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-14 09:04:18 -0400
commitc7366f281eb21ccd7697d4bdcb9b616a65f837ad (patch)
tree87c9db53f01897733273f710418762d660eb165d /ez_setup.py
parent17e27eec34d541525b7d6b83dd43797b8edc5ab9 (diff)
downloadpython-setuptools-git-c7366f281eb21ccd7697d4bdcb9b616a65f837ad.tar.gz
Bumped to 3.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 66be176e..a10d9712 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.8.1"
+DEFAULT_VERSION = "3.8.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):