aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-16 10:25:24 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-16 10:25:24 -0500
commitbf665ffb84aa72010240d735b5f45db32d60bdde (patch)
tree199db778e21b3a8e13902fc35562d249b6260df9 /setup.py
parentf4801b43459a2e4b38e78ccf946a39642a72803c (diff)
downloadexternal_python_setuptools-bf665ffb84aa72010240d735b5f45db32d60bdde.tar.gz
external_python_setuptools-bf665ffb84aa72010240d735b5f45db32d60bdde.tar.bz2
external_python_setuptools-bf665ffb84aa72010240d735b5f45db32d60bdde.zip
Bump version: 32.0.0 → 32.1.0v32.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 a6a062f5..683a8526 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="32.0.0",
+ version="32.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",