diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-15 13:32:18 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-15 13:32:18 -0500 |
| commit | ee2cd1464e2073ba37be8e3003536f2602d51b13 (patch) | |
| tree | 651437246335bcc5aded277d31b6c57c53d5ee57 | |
| parent | 088ab27715af882ba6cbebfcd688955fe3d19f9c (diff) | |
| download | python-setuptools-git-ee2cd1464e2073ba37be8e3003536f2602d51b13.tar.gz | |
Bumped to 8.0.4 in preparation for next release.
| -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 70a9a7ee..15ceb5a5 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "8.0.3" +DEFAULT_VERSION = "8.0.4" 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 854fb2e8..09f50c23 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '8.0.3' +__version__ = '8.0.4' |
