aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:18:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:18:14 -0400
commitaf4b8f9370b9e18a9f5fe43e17161533e1a31646 (patch)
treee9bfee277a800f44ca2abb9aeae254974e9abd3c /setup.py
parenta04851c3e7b7e2b87f62d2de7e54c97c87881fcc (diff)
downloadexternal_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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 021edab3..3e50cf5c 100755
--- a/setup.py
+++ b/setup.py
@@ -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",