diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-13 21:42:10 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-13 21:42:10 -0500 |
commit | a2340678d25e143758e12e7d92d9a77cc8daa103 (patch) | |
tree | fe4dba9c47d91c0953656fe5f3c520b8f12550b2 | |
parent | ce949ff5b789e35f7c1c4aa10c53ae9b5b7c4348 (diff) | |
download | external_python_setuptools-a2340678d25e143758e12e7d92d9a77cc8daa103.tar.gz external_python_setuptools-a2340678d25e143758e12e7d92d9a77cc8daa103.tar.bz2 external_python_setuptools-a2340678d25e143758e12e7d92d9a77cc8daa103.zip |
Bumped to 8.0.1 in preparation for next release.8.0.1
-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 59cfada2..b152ac77 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "8.1" +DEFAULT_VERSION = "8.0.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): diff --git a/setuptools/version.py b/setuptools/version.py index ab31fdd3..49920925 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '8.1' +__version__ = '8.0.1' |