summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-14 20:48:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-14 20:48:51 -0500
commit083929cf87fe74e21a1a37afcb300ae73652b136 (patch)
tree9cbb56df0aa3671b4d310ce130e2d5560ef07d2d /setup.py
parent8d6a16a454fc6c35bd8ef57ec86a6ff6d0e8d25a (diff)
downloadpython-setuptools-git-32.0.0.tar.gz
Bump version: 31.0.1 → 32.0.0v32.0.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 d88b1048..a6a062f5 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="31.0.1",
+ version="32.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",