diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-11-26 21:28:45 -0600 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-11-26 21:28:45 -0600 |
commit | 0be2dfcfd85044932127ee47ad5d16e5069d3b3a (patch) | |
tree | 58f69303386c1d7d17ec8871da23c126b41affe0 /setup.py | |
parent | de11b125f7a94a13aff478482e3a83a30176f7b7 (diff) | |
download | python-setuptools-git-0be2dfcfd85044932127ee47ad5d16e5069d3b3a.tar.gz |
Bump version: 29.0.0 → 29.0.1v29.0.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="29.0.0", + version="29.0.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |