diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-05-28 17:54:28 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-05-28 17:54:28 -0400 |
commit | 664646d91c8af89509193c747916eb3f4d920db8 (patch) | |
tree | 321af7b0f1d6f84df051a34546a7ba7fbdcff012 /ez_setup.py | |
parent | 13cf22d8341ebc19d4d43a2b66101192abdfd380 (diff) | |
download | external_python_setuptools-664646d91c8af89509193c747916eb3f4d920db8.tar.gz external_python_setuptools-664646d91c8af89509193c747916eb3f4d920db8.tar.bz2 external_python_setuptools-664646d91c8af89509193c747916eb3f4d920db8.zip |
Bumped to 17.0 in preparation for next release.17.0
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 e2b35663..ca42b878 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "16.1" +DEFAULT_VERSION = "17.0" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir |