diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-23 04:29:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-23 04:29:11 -0400 |
commit | 0b10bf4ecc20b8a2ad033af53bd17d37b85ab60e (patch) | |
tree | fd163b0b32abf8e00d6208bc2234c26535c3ba7e /setup.py | |
parent | 3c9a71fa4e161500d45b64590274007871303280 (diff) | |
download | python-setuptools-git-0b10bf4ecc20b8a2ad033af53bd17d37b85ab60e.tar.gz |
Bump version: 24.3.0 → 24.3.1v24.3.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="24.3.0", + version="24.3.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |