diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-28 13:47:38 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-28 13:47:38 -0400 |
| commit | 6d05b8dce90985455dce0649e04955985f336b04 (patch) | |
| tree | ce642a7f4f609f7562546baf802f10aae9db426f | |
| parent | 5ff345e1fe7639d5add42d60044fd10f7a85bd48 (diff) | |
| download | python-setuptools-git-28.7.0.tar.gz | |
Bump version: 28.6.1 → 28.7.0v28.7.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 = 28.6.1 +current_version = 28.7.0 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="28.6.1", + version="28.7.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
