diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-18 11:16:24 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-18 11:16:24 -0400 |
commit | 4f86e36471749397aeb30b6c29edffa7b3bdefc6 (patch) | |
tree | 13e432ef6e475177ca9b55e55bd3b48a9b737ec7 /setup.py | |
parent | d4b5eb62d4a848c5cf6e2a0c3c5f39151b31897d (diff) | |
download | external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.tar.gz external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.tar.bz2 external_python_setuptools-4f86e36471749397aeb30b6c29edffa7b3bdefc6.zip |
Bump version: 40.4.0 → 40.4.1v40.4.1
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="40.4.0", + version="40.4.1", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |