diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-09 20:27:39 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-09 20:27:39 -0500 |
commit | 4f43bd2a665a8115a03eb8d073cacb8945d22462 (patch) | |
tree | 4157cd5120609f05bd21e97aeec30cd2d26942cd /setup.py | |
parent | 26cbce17dfb5aa9ea1ffae5d25363ad645bf6e44 (diff) | |
download | python-setuptools-git-4f43bd2a665a8115a03eb8d073cacb8945d22462.tar.gz |
Bump version: 36.6.0 → 36.6.1v36.6.1
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.6.0", + version="36.6.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |