diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:17:21 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:17:21 -0500 |
| commit | f61070d6d216a3de70202b5c9cff9a125f1823b9 (patch) | |
| tree | f7c14e290ea519af54559ecb6c9d9e075dd37575 | |
| parent | 0f9c2c6ef32cc8c8d5e12a17e28f87942b755e2f (diff) | |
| download | python-setuptools-git-f61070d6d216a3de70202b5c9cff9a125f1823b9.tar.gz | |
Bumped to 10.2 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 5d5a723a..62ead23a 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "10.1" +DEFAULT_VERSION = "10.2" 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 d5d41219..6b917706 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '10.1' +__version__ = '10.2' |
