diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-09-15 10:19:29 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-09-15 10:19:29 -0400 |
commit | 9f295a706590b1e3618978d6f2d83af0b893ec4d (patch) | |
tree | 2bbb148d0b7de4cfeade41eee42feb5c183fdadc | |
parent | acc77db19ed21f11c20493fd81831343212a3f01 (diff) | |
download | external_python_setuptools-9f295a706590b1e3618978d6f2d83af0b893ec4d.tar.gz external_python_setuptools-9f295a706590b1e3618978d6f2d83af0b893ec4d.tar.bz2 external_python_setuptools-9f295a706590b1e3618978d6f2d83af0b893ec4d.zip |
Bump version: 36.4.0 → 36.5.0v36.5.0
-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.4.0 +current_version = 36.5.0 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.4.0", + version="36.5.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |