diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-01 17:03:52 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-01 17:03:52 -0400 |
| commit | 9803058dc72867605bdac20d41249c00e8eae415 (patch) | |
| tree | 1fe73734d09f2b28aae0bad2f86372f07c05a945 /setup.py | |
| parent | c5189c3992f32dcabf5cb294340bf4cad294de23 (diff) | |
| parent | 3484b70027caa26648d7d7270bef827629d633a5 (diff) | |
| download | python-setuptools-git-9803058dc72867605bdac20d41249c00e8eae415.tar.gz | |
Merge
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.6", + version="20.6.7", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
