aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-07 12:08:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-07 12:08:13 -0400
commit2ad829949a55ebb390c5c94a5672f10f693e7eaf (patch)
tree74c7aff7da5169ce5bceb46c31db10d5e9f549cb /ez_setup.py
parent89be7c26630e3df52699f10dc2d3c312625a938a (diff)
downloadexternal_python_setuptools-2ad829949a55ebb390c5c94a5672f10f693e7eaf.tar.gz
external_python_setuptools-2ad829949a55ebb390c5c94a5672f10f693e7eaf.tar.bz2
external_python_setuptools-2ad829949a55ebb390c5c94a5672f10f693e7eaf.zip
Bumped to 3.5.3 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 6c58f105..56ba9ae3 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -31,7 +31,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.5.2"
+DEFAULT_VERSION = "3.5.3"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):