diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-22 09:33:00 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-22 09:33:00 -0500 |
commit | 32fcec8584ee643105854358a15953f8e9c5df17 (patch) | |
tree | 084ded61ba4699a48a1ea304c8e514e1644a0e8b /setup.py | |
parent | 7a1c700e16523ad07532bea2ed87718fe29d3595 (diff) | |
download | external_python_setuptools-32fcec8584ee643105854358a15953f8e9c5df17.tar.gz external_python_setuptools-32fcec8584ee643105854358a15953f8e9c5df17.tar.bz2 external_python_setuptools-32fcec8584ee643105854358a15953f8e9c5df17.zip |
Bump version: 32.1.3 → 32.2.0v32.2.0
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="32.1.3", + version="32.2.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |