diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 19:30:28 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 19:30:28 -0400 |
commit | 587fef5c66600232a290ce71c2e1ddf2727d3b41 (patch) | |
tree | 9072fe1d629bab889edb4598c29dd20a09aca0c7 /setup.py | |
parent | b4e1b1f67d9cd50086c7acafcdff8c02b41988b3 (diff) | |
download | external_python_setuptools-587fef5c66600232a290ce71c2e1ddf2727d3b41.tar.gz external_python_setuptools-587fef5c66600232a290ce71c2e1ddf2727d3b41.tar.bz2 external_python_setuptools-587fef5c66600232a290ce71c2e1ddf2727d3b41.zip |
Bump version: 24.1.1 → 24.2.0v24.2.0
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.1", + version="24.2.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |