diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-03-17 10:27:46 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-03-17 10:27:46 -0400 |
commit | 025690980c3540dc170abec3a3b18fd11f8b15bc (patch) | |
tree | a3da3a5a1ddf8381d85292f2505400f889ea890c /setup.py | |
parent | 604e0852c6020904419f9be37b2bec2c3c3b3779 (diff) | |
download | python-setuptools-git-025690980c3540dc170abec3a3b18fd11f8b15bc.tar.gz |
Bump version: 38.6.0 → 38.6.1v38.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="38.6.0", + version="38.6.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |