diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-30 19:57:57 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-05-30 19:57:57 -0400 |
commit | a9d902519680132493176106fe46aa9d77eafd10 (patch) | |
tree | 020ef7115ac4cadb81c247691916fff3f22f1b59 /setup.py | |
parent | daaeffc5ab0218a63c804ba873ce5d019aef4839 (diff) | |
download | python-setuptools-git-a9d902519680132493176106fe46aa9d77eafd10.tar.gz |
Bump version: 35.0.2 → 36.0.0v36.0.0
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="35.0.2", + version="36.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |