diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-13 20:34:55 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-13 20:34:55 -0500 |
commit | eb91a5e2491e231dc1094000dda6401cffb4747c (patch) | |
tree | 6ab77a122b78808b70b527cc34f871b7a00bc294 | |
parent | fb1c2534662259bec479aff19cf49ae8781bdf9b (diff) | |
download | external_python_setuptools-eb91a5e2491e231dc1094000dda6401cffb4747c.tar.gz external_python_setuptools-eb91a5e2491e231dc1094000dda6401cffb4747c.tar.bz2 external_python_setuptools-eb91a5e2491e231dc1094000dda6401cffb4747c.zip |
Bump version: 36.7.2 → 36.7.3v36.7.3
-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 = 36.7.2 +current_version = 36.7.3 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.7.2", + version="36.7.3", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |