diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-16 10:25:24 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-16 10:25:24 -0500 |
| commit | bf665ffb84aa72010240d735b5f45db32d60bdde (patch) | |
| tree | 199db778e21b3a8e13902fc35562d249b6260df9 | |
| parent | f4801b43459a2e4b38e78ccf946a39642a72803c (diff) | |
| download | python-setuptools-git-32.1.0.tar.gz | |
Bump version: 32.0.0 → 32.1.0v32.1.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 = 32.0.0 +current_version = 32.1.0 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="32.0.0", + version="32.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
