diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:18:14 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 14:18:14 -0400 |
commit | af4b8f9370b9e18a9f5fe43e17161533e1a31646 (patch) | |
tree | e9bfee277a800f44ca2abb9aeae254974e9abd3c /setup.py | |
parent | a04851c3e7b7e2b87f62d2de7e54c97c87881fcc (diff) | |
download | external_python_setuptools-af4b8f9370b9e18a9f5fe43e17161533e1a31646.tar.gz external_python_setuptools-af4b8f9370b9e18a9f5fe43e17161533e1a31646.tar.bz2 external_python_setuptools-af4b8f9370b9e18a9f5fe43e17161533e1a31646.zip |
Follow semver to the letter for simplicity.
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.5", + version="20.5.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |