diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 10:39:39 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 10:39:39 -0400 |
commit | 192d3cb295be20ff3c28a79fb16210e024f23dd0 (patch) | |
tree | c5b9085d007b2083a263587cc482d4952e0106f3 /setup.py | |
parent | 8009a4a87261708de5cdc2dada1508d9fcf51a35 (diff) | |
download | python-setuptools-git-192d3cb295be20ff3c28a79fb16210e024f23dd0.tar.gz |
Bump version: 25.0.1 → 25.0.2
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="25.0.1", + version="25.0.2", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |