diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-20 21:18:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-20 21:18:51 -0400 |
commit | f773e19f4f85fae7312de57d6995fcb7c4795a30 (patch) | |
tree | efb0bbf0b8b0c76c396f7e826455176651fa0e94 /setup.py | |
parent | 560e787eec3b5801de158eccd492f26d2440051e (diff) | |
download | external_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.tar.gz external_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.tar.bz2 external_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.zip |
Bump version: 27.2.0 → 27.3.0v27.3.0
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="27.2.0", + version="27.3.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |