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 /setup.py | |
parent | 7c9b1e6b044b31316c19ce8c94cb452b990a489f (diff) | |
download | python-setuptools-git-ac7a33c84d74afd3b7453bd880943be9cb4c5787.tar.gz |
Bump version: 36.2.0 → 36.2.1v36.2.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.2.0", + version="36.2.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |