diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-11 12:28:10 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-11 12:28:10 -0500 |
commit | 7fd5df90d1f251a22bdb74bed21cebf298b6a8e8 (patch) | |
tree | ee83a63fce039483224f54673d11150476a8e266 /ez_setup.py | |
parent | 6f9eccba4ca2404ad476ef121226489296171a03 (diff) | |
download | external_python_setuptools-7fd5df90d1f251a22bdb74bed21cebf298b6a8e8.tar.gz external_python_setuptools-7fd5df90d1f251a22bdb74bed21cebf298b6a8e8.tar.bz2 external_python_setuptools-7fd5df90d1f251a22bdb74bed21cebf298b6a8e8.zip |
Bumped to 18.9 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 e0cefe2d..6b869656 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.8" +DEFAULT_VERSION = "18.9" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir |