diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-11 18:31:09 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-11 18:31:09 -0500 |
| commit | fe695061d3509bf7396d5c691342e6c6d4b6c3b9 (patch) | |
| tree | a465eb5315963abf8c8b49ddb4fe5a4e2dadd0f9 | |
| parent | 6f5dc38012824dc3d104356d023ec3c959bbb586 (diff) | |
| download | python-setuptools-git-31.0.0.tar.gz | |
Bump version: 30.4.0 → 31.0.0v31.0.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 = 30.4.0 +current_version = 31.0.0 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="30.4.0", + version="31.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
