diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-16 15:04:47 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-16 15:04:47 -0500 |
commit | c80f03bed382c523778c196f93616a04d3d8aa0c (patch) | |
tree | 91979531ac09a830ec35be92125b285503ba4d80 /setup.py | |
parent | e6087bfa308ee6b45c2c1906af1a7f4a177cb57b (diff) | |
parent | 730834b5c286b5ba2091394339d0759035804eba (diff) | |
download | external_python_setuptools-c80f03bed382c523778c196f93616a04d3d8aa0c.tar.gz external_python_setuptools-c80f03bed382c523778c196f93616a04d3d8aa0c.tar.bz2 external_python_setuptools-c80f03bed382c523778c196f93616a04d3d8aa0c.zip |
Merge with master
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="33.0.0", + version="33.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |