diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 11:46:14 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 11:46:14 -0500 |
commit | 172bd064abe5a973f38ab9641a80b39782ad2cde (patch) | |
tree | 02a5255b6a0c9e71e2f20c80782d8dd059a125cc /ez_setup.py | |
parent | 6e6872addad422b164c7a9a0e8711a7264978c58 (diff) | |
download | external_python_setuptools-172bd064abe5a973f38ab9641a80b39782ad2cde.tar.gz external_python_setuptools-172bd064abe5a973f38ab9641a80b39782ad2cde.tar.bz2 external_python_setuptools-172bd064abe5a973f38ab9641a80b39782ad2cde.zip |
Bumped to 18.7 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 c41c10e9..20d80e8e 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.6" +DEFAULT_VERSION = "18.7" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir |