diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-10 12:04:23 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-10 12:04:23 -0400 |
| commit | 38ab8c0009f10e72c71cbdb1df56915e99459510 (patch) | |
| tree | 4bc6cabb88a0b3d0270945c48b8da8dc3f4eca09 | |
| parent | 4e4b644540ae6b5e6085411443600633def49091 (diff) | |
| download | external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.tar.gz external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.tar.bz2 external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.zip | |
Bump version: 34.4.0 → 34.4.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.4.0 +current_version = 34.4.1 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.4.0", + version="34.4.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
