diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 11:55:34 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 11:55:34 -0400 |
| commit | ad2b148e4c07c7d0195d4265d6bb144ef6465065 (patch) | |
| tree | 8e3259270c9841383aa90a4f8f6a5a36ab5a29e5 /setup.py | |
| parent | 9879ab252e02c3c482536e31067a567df223dd28 (diff) | |
| download | python-setuptools-git-24.1.0.tar.gz | |
Bump version: 24.0.3 → 24.1.0v24.1.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.0.3", + version="24.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
