diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-24 17:01:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-06-24 17:01:04 -0400 |
commit | d215171466c4c7511044f92337e215ceda26d07f (patch) | |
tree | df8ad2cbafa30005b724346c2bf7f7920675a223 /ez_setup.py | |
parent | bf0d9092a69ecbdcf5e5a768bdd892b616ce11bb (diff) | |
download | external_python_setuptools-d215171466c4c7511044f92337e215ceda26d07f.tar.gz external_python_setuptools-d215171466c4c7511044f92337e215ceda26d07f.tar.bz2 external_python_setuptools-d215171466c4c7511044f92337e215ceda26d07f.zip |
Bumped to 18.0.2 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 3762bd80..4fea4ec3 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.0.1" +DEFAULT_VERSION = "18.0.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir |