diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-23 17:01:46 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-23 17:01:46 -0500 |
| commit | 6d89f362c9657e12fe2500c061e77747305b76e4 (patch) | |
| tree | ad92eb53d12d91ca4ee3f19cb5a7a7095ac06869 | |
| parent | 9cb83c3711d737fa3bff56f55e4def8267bae83c (diff) | |
| download | python-setuptools-git-34.0.1.tar.gz | |
Bump version: 34.0.0 → 34.0.1v34.0.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 = 34.0.0 +current_version = 34.0.1 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.0.0", + version="34.0.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
