diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-24 09:47:37 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-24 09:47:37 -0400 |
commit | da396e49582197fc28c46b1b0605c7f2ecf8298c (patch) | |
tree | d3d56ab27d35e9cd3fcfd3b44ee55a2b16f25222 | |
parent | c464fbad5c7a84697cbfdea9df61e32c5c9fe3c2 (diff) | |
download | external_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.tar.gz external_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.tar.bz2 external_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.zip |
Bump version: 36.2.1 → 36.2.2v36.2.2
-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.1 +current_version = 36.2.2 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.2.1", + version="36.2.2", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |