diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-02-04 17:54:43 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-02-04 17:54:43 -0500 |
commit | 317a6ba8f2a4de338f83eacab1bc2085b8ae0e0d (patch) | |
tree | 798aa226782a6a59c984d643110669c200f967ba /setup.py | |
parent | 39459cfd652bf6c0073f52645607ffbc1c2aad89 (diff) | |
download | external_python_setuptools-317a6ba8f2a4de338f83eacab1bc2085b8ae0e0d.tar.gz external_python_setuptools-317a6ba8f2a4de338f83eacab1bc2085b8ae0e0d.tar.bz2 external_python_setuptools-317a6ba8f2a4de338f83eacab1bc2085b8ae0e0d.zip |
Bump version: 38.4.1 → 38.5.0v38.5.0
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="38.4.1", + version="38.5.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |