diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 11:55:47 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 11:55:47 -0500 |
| commit | 25c339402f908200c939ffdec9987bf7598a3328 (patch) | |
| tree | 2dc9f3b1545360307dadd1dc1bd686105f25bf5c | |
| parent | daead4eef50198b1aae7f4ca856608eb9f112792 (diff) | |
| download | python-setuptools-git-32.1.1.tar.gz | |
Bump version: 32.1.0 → 32.1.1v32.1.1
| -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 = 32.1.0 +current_version = 32.1.1 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="32.1.0", + version="32.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
