diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-15 08:39:13 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-15 08:39:13 +0200 |
| commit | f676f1a8e36d4a887a81aba3cba64f2bec850ec7 (patch) | |
| tree | 3a7f3e77638ee4542b4c9c78cb833caf40df62d6 /setup.py | |
| parent | e5822f0d5be6386bf86cde03988bfdf1bfc2e935 (diff) | |
| download | python-setuptools-git-20.8.0.tar.gz | |
Bump version: 20.7.0 → 20.8.0v20.8.0
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="20.7.0", + version="20.8.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
