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 /setup.py | |
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
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |