diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-10-10 21:04:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-10-10 21:04:06 -0400 |
commit | cab9d9c40afac011cc7e12989dc387094a4f1285 (patch) | |
tree | 64edfdda6380272910e1a0ea7c460478d4e782a2 /ez_setup.py | |
parent | d24ca2822867ef944f959ba420a1c4cf47bae859 (diff) | |
download | external_python_setuptools-cab9d9c40afac011cc7e12989dc387094a4f1285.tar.gz external_python_setuptools-cab9d9c40afac011cc7e12989dc387094a4f1285.tar.bz2 external_python_setuptools-cab9d9c40afac011cc7e12989dc387094a4f1285.zip |
Bumped to 18.4 in preparation for next release.18.4
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 2247dd79..53988038 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.3.3" +DEFAULT_VERSION = "18.4" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir |