diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-14 14:00:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-14 14:00:36 -0400 |
commit | 629ad3da717eb360eda53874e590b48f0a5acd2e (patch) | |
tree | 58b5b257c1c86206c2773f214579f03d0d2d2fee /setup.py | |
parent | 11ef9a98f1da8c883fc346ce78afbad78d5eff83 (diff) | |
download | python-setuptools-git-629ad3da717eb360eda53874e590b48f0a5acd2e.tar.gz |
Bump version: 27.1.2 → 27.2.0v27.2.0
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="27.1.2", + version="27.2.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |