diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-07 12:08:13 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-07 12:08:13 -0400 |
commit | 2ad829949a55ebb390c5c94a5672f10f693e7eaf (patch) | |
tree | 74c7aff7da5169ce5bceb46c31db10d5e9f549cb /ez_setup.py | |
parent | 89be7c26630e3df52699f10dc2d3c312625a938a (diff) | |
download | external_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.py | 2 |
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): |