diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-09 20:27:39 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-09 20:27:39 -0500 |
commit | 4f43bd2a665a8115a03eb8d073cacb8945d22462 (patch) | |
tree | 4157cd5120609f05bd21e97aeec30cd2d26942cd | |
parent | 26cbce17dfb5aa9ea1ffae5d25363ad645bf6e44 (diff) | |
download | external_python_setuptools-4f43bd2a665a8115a03eb8d073cacb8945d22462.tar.gz external_python_setuptools-4f43bd2a665a8115a03eb8d073cacb8945d22462.tar.bz2 external_python_setuptools-4f43bd2a665a8115a03eb8d073cacb8945d22462.zip |
Bump version: 36.6.0 → 36.6.1v36.6.1
-rwxr-xr-x | setup.cfg | 3 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 36.6.0 +current_version = 36.6.1 commit = True tag = True @@ -26,3 +26,4 @@ universal = 1 license_file = LICENSE [bumpversion:file:setup.py] + @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.6.0", + version="36.6.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |