diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-23 13:13:53 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-23 13:13:53 -0400 |
commit | ac7a33c84d74afd3b7453bd880943be9cb4c5787 (patch) | |
tree | 11b88bdea2542ed88d503a60e2e126473502c01f | |
parent | 7c9b1e6b044b31316c19ce8c94cb452b990a489f (diff) | |
download | external_python_setuptools-ac7a33c84d74afd3b7453bd880943be9cb4c5787.tar.gz external_python_setuptools-ac7a33c84d74afd3b7453bd880943be9cb4c5787.tar.bz2 external_python_setuptools-ac7a33c84d74afd3b7453bd880943be9cb4c5787.zip |
Bump version: 36.2.0 → 36.2.1v36.2.1
-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.0 +current_version = 36.2.1 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.2.0", + version="36.2.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |