diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-08 09:54:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-08 09:54:03 -0500 |
| commit | 17f752d3be0b2f89b405976364653f081f522fb3 (patch) | |
| tree | 37a75339c6fb2c47159b9d5463e381831a6b31b3 /setup.py | |
| parent | e1c0fa4e8358ce25ff9c3678c4f8261339f1896f (diff) | |
| download | external_python_setuptools-17f752d3be0b2f89b405976364653f081f522fb3.tar.gz external_python_setuptools-17f752d3be0b2f89b405976364653f081f522fb3.tar.bz2 external_python_setuptools-17f752d3be0b2f89b405976364653f081f522fb3.zip | |
Bump version: 30.2.0 → 30.2.1v30.2.1
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.2.0", + version="30.2.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
