aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-18 17:02:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-18 17:02:10 -0500
commita17fa50d2675d89077be09d668a073c751b76e0c (patch)
tree6fae13c2b10d67caec58d61607f88d84d5450ff2 /setup.py
parentd5ed18ef5f7c2472578a2b5015a09df1fd05e8bf (diff)
downloadexternal_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.tar.gz
external_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.tar.bz2
external_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.zip
Bump version: 32.1.1 → 32.1.2v32.1.2
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 2ffeb897..a44a4de4 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="32.1.1",
+ version="32.1.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",