diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 19:27:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 19:27:44 -0400 |
commit | 01463e00ca98f74f1e0d5923a0d16c635be4f94c (patch) | |
tree | fbf698592268c7c3d120a32185997e8bd2ac812b /setup.py | |
parent | 82b908759cddf344274f8c9360eaef79517e9c7f (diff) | |
download | external_python_setuptools-01463e00ca98f74f1e0d5923a0d16c635be4f94c.tar.gz external_python_setuptools-01463e00ca98f74f1e0d5923a0d16c635be4f94c.tar.bz2 external_python_setuptools-01463e00ca98f74f1e0d5923a0d16c635be4f94c.zip |
Bump version: 24.1.0 → 24.1.1v24.1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="24.1.0", + version="24.1.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |