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 /setuptools | |
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
Diffstat (limited to 'setuptools')
-rw-r--r-- | setuptools/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |