diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-11 12:26:46 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-11 12:26:46 -0500 |
commit | f351891c97500738be1f23b5e83b955e2d5bdd23 (patch) | |
tree | 9dab3e55ca4ec1d3f343abba3fad9fc143c93966 | |
parent | 6a10b4afbad5dca346b7fc7a5d8bb6d08d3286b2 (diff) | |
download | external_python_setuptools-f351891c97500738be1f23b5e83b955e2d5bdd23.tar.gz external_python_setuptools-f351891c97500738be1f23b5e83b955e2d5bdd23.tar.bz2 external_python_setuptools-f351891c97500738be1f23b5e83b955e2d5bdd23.zip |
Bumped to 18.8 in preparation for next release.18.8
-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 975b45c5..e0cefe2d 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.7.2" +DEFAULT_VERSION = "18.8" 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 5e40c658..aeb7307b 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '18.7.2' +__version__ = '18.8' |