diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-25 21:13:17 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-25 21:13:17 -0400 |
commit | c452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e (patch) | |
tree | 9b059b8ffc79efbb877978fe1601a6b8f0408558 | |
parent | f46a630f13fcf97c56d7f38e55aa1833f2063dee (diff) | |
download | python-setuptools-git-c452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e.tar.gz |
Bump version: 36.2.2 → 36.2.3v36.2.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.2.2 +current_version = 36.2.3 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.2.2", + version="36.2.3", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |