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 | |
| parent | 76a3d326724eb0157e7a3c67c38139639c78e9ee (diff) | |
| download | python-setuptools-git-168970b89c9ac421b153981f4ded731bf376a5cb.tar.gz | |
Bump version: 25.0.2 → 25.1.0v25.1.0
| -rwxr-xr-x | setup.cfg | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 25.0.2 +current_version = 25.1.0 commit = True tag = True @@ -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", |
