diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 10:48:10 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 10:48:10 -0400 |
commit | 168970b89c9ac421b153981f4ded731bf376a5cb (patch) | |
tree | bfecc26572339d6b8e50b023413bf1bbcd39b01e /setup.py | |
parent | 76a3d326724eb0157e7a3c67c38139639c78e9ee (diff) | |
download | python-setuptools-git-168970b89c9ac421b153981f4ded731bf376a5cb.tar.gz |
Bump version: 25.0.2 → 25.1.0v25.1.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="25.0.2", + version="25.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |