diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-08-02 14:52:45 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-08-02 14:52:45 -0400 |
commit | 30ece5ff98b651251c491ecf9c7f8c12ebe0f6b8 (patch) | |
tree | 0de9aacb3feb979ac1c84712cfb38db977bbe727 | |
parent | cacab2e858037a14060925d3422bc32c152719b3 (diff) | |
download | external_python_setuptools-30ece5ff98b651251c491ecf9c7f8c12ebe0f6b8.tar.gz external_python_setuptools-30ece5ff98b651251c491ecf9c7f8c12ebe0f6b8.tar.bz2 external_python_setuptools-30ece5ff98b651251c491ecf9c7f8c12ebe0f6b8.zip |
Bumped to 18.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 cc8da01e..f46e986b 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.1" +DEFAULT_VERSION = "18.2" 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 92f36007..715ea4a6 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '18.1' +__version__ = '18.2' |