diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-14 20:48:51 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-14 20:48:51 -0500 |
commit | 083929cf87fe74e21a1a37afcb300ae73652b136 (patch) | |
tree | 9cbb56df0aa3671b4d310ce130e2d5560ef07d2d /setup.py | |
parent | 8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a (diff) | |
download | python-setuptools-git-32.0.0.tar.gz |
Bump version: 31.0.1 → 32.0.0v32.0.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="31.0.1", + version="32.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |