diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-10 11:34:29 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-10 11:34:29 -0500 |
| commit | e48430161fd59169cbe38c372d79a9c16e041d39 (patch) | |
| tree | 37b27d75c6efe63a913215e44240326abc04314a | |
| parent | e9f06d225b9a58807e4fc6c9f3219a6c7b460d17 (diff) | |
| download | external_python_setuptools-e48430161fd59169cbe38c372d79a9c16e041d39.tar.gz external_python_setuptools-e48430161fd59169cbe38c372d79a9c16e041d39.tar.bz2 external_python_setuptools-e48430161fd59169cbe38c372d79a9c16e041d39.zip | |
Bump version: 30.3.0 → 30.4.0v30.4.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.3.0 +current_version = 30.4.0 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="30.3.0", + version="30.4.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
