diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-26 13:07:42 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-26 13:07:42 -0400 |
commit | de05e931c35cef1d5888231fe3f4b47526bca8f7 (patch) | |
tree | 9f9b94d89e80b5bc9e6a991782934fe7c5e7618e | |
parent | 35fa31fa6705d6b6866b5f5361b833e19339713b (diff) | |
download | external_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.tar.gz external_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.tar.bz2 external_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.zip |
Bump version: 36.2.3 → 36.2.4v36.2.4
-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.2.3 +current_version = 36.2.4 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.2.3", + version="36.2.4", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |