diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-07 02:23:25 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-07 02:23:25 -0400 |
commit | 9aec33a0cf4a3bcd152d3d142946a98530588af4 (patch) | |
tree | bb92452ac4139b3c658dc491c62b21db48758850 | |
parent | a56aee24962dea7f9d8b46fbedb79fec988ee246 (diff) | |
download | external_python_setuptools-9aec33a0cf4a3bcd152d3d142946a98530588af4.tar.gz external_python_setuptools-9aec33a0cf4a3bcd152d3d142946a98530588af4.tar.bz2 external_python_setuptools-9aec33a0cf4a3bcd152d3d142946a98530588af4.zip |
Bumped to 18.3.1 in preparation for next release.18.3.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 53988038..15104c59 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.4" +DEFAULT_VERSION = "18.3.1" 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 0cf7321a..12568fa2 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '18.4' +__version__ = '18.3.1' |