summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-18 20:18:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-18 20:18:09 -0400
commit77e39c4c3f4cde33cb8d84f78a1bf6a1bb6ba659 (patch)
tree5f04b1bdc24e57be200a0b465790c92fdab35314 /setup.py
parentc8f9fd8c0d61f74fdcf10d96cf7608a256ecbe40 (diff)
downloadpython-setuptools-git-77e39c4c3f4cde33cb8d84f78a1bf6a1bb6ba659.tar.gz
Bump version: 21.0.0 → 21.1.0v21.1.0
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 58c70785..65568b80 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="21.0.0",
+ version="21.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",