diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-09 17:05:27 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-09 17:05:27 -0400 |
| commit | 08bcd16f9f4aaa13f7af7aa146fa2af8964f364b (patch) | |
| tree | aebe0f8cb274acc20f4d81400c69a7f5e225d899 /setup.py | |
| parent | 19fd04bae3809caf61208e3d085491990222aca8 (diff) | |
| download | python-setuptools-git-08bcd16f9f4aaa13f7af7aa146fa2af8964f364b.tar.gz | |
Bump version: 20.6.7 → 20.6.8v20.6.8
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.6.7", + version="20.6.8", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
