diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-03 15:13:45 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-03 15:13:45 -0500 |
| commit | 3ddf493a251e92f46d5516713f37ac206c735b4e (patch) | |
| tree | 9692e58189b87787696e3182e92f9b704cae8111 | |
| parent | 43ba6abb0257dc0a51c9799bd1dea83f0fdc04e0 (diff) | |
| download | python-setuptools-git-34.1.1.tar.gz | |
Bump version: 34.1.0 → 34.1.1v34.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 = 34.1.0 +current_version = 34.1.1 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.1.0", + version="34.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
