aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-18 11:55:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-18 11:55:47 -0500
commit25c339402f908200c939ffdec9987bf7598a3328 (patch)
tree2dc9f3b1545360307dadd1dc1bd686105f25bf5c /setup.py
parentdaead4eef50198b1aae7f4ca856608eb9f112792 (diff)
downloadexternal_python_setuptools-25c339402f908200c939ffdec9987bf7598a3328.tar.gz
external_python_setuptools-25c339402f908200c939ffdec9987bf7598a3328.tar.bz2
external_python_setuptools-25c339402f908200c939ffdec9987bf7598a3328.zip
Bump version: 32.1.0 → 32.1.1v32.1.1
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 683a8526..2ffeb897 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="32.1.0",
+ version="32.1.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",