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 /setup.py | |
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
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |