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 | |
parent | 8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a (diff) | |
download | external_python_setuptools-083929cf87fe74e21a1a37afcb300ae73652b136.tar.gz external_python_setuptools-083929cf87fe74e21a1a37afcb300ae73652b136.tar.bz2 external_python_setuptools-083929cf87fe74e21a1a37afcb300ae73652b136.zip |
Bump version: 31.0.1 → 32.0.0v32.0.0
-rwxr-xr-x | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 31.0.1 +current_version = 32.0.0 commit = True tag = True @@ -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", |