diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-04 10:49:17 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-04 10:49:17 -0500 |
| commit | c4df6d7197a0e56ead10a1b1c0dbc81ea4a36615 (patch) | |
| tree | 066b81f5a851314bd160fa13e39bf7ebc9265c66 | |
| parent | 2cdc411bf1bab8635da22e15850a93023977cf53 (diff) | |
| download | python-setuptools-git-c4df6d7197a0e56ead10a1b1c0dbc81ea4a36615.tar.gz | |
Bump version: 30.1.0 → 30.2.0v30.2.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.1.0 +current_version = 30.2.0 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="30.1.0", + version="30.2.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
