diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-28 17:57:44 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-28 17:57:44 -0500 |
commit | e79907fc0a582234cbddcdc964ebf8206120469d (patch) | |
tree | f6c7e89110ed35160990875007f7218c9e64eae3 | |
parent | 65036cf1fd4454d09513482140f1a6524ca66100 (diff) | |
download | external_python_setuptools-e79907fc0a582234cbddcdc964ebf8206120469d.tar.gz external_python_setuptools-e79907fc0a582234cbddcdc964ebf8206120469d.tar.bz2 external_python_setuptools-e79907fc0a582234cbddcdc964ebf8206120469d.zip |
Bumped to 18.7 in preparation for next release.18.7
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | setuptools/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ez_setup.py b/ez_setup.py index 2f5e4856..762e26ba 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.6.2" +DEFAULT_VERSION = "18.7" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.curdir diff --git a/setuptools/version.py b/setuptools/version.py index 86ad21c6..f6dc6bf4 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '18.6.2' +__version__ = '18.7' |