aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-22 09:33:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-22 09:33:00 -0500
commit32fcec8584ee643105854358a15953f8e9c5df17 (patch)
tree084ded61ba4699a48a1ea304c8e514e1644a0e8b /setup.py
parent7a1c700e16523ad07532bea2ed87718fe29d3595 (diff)
downloadexternal_python_setuptools-32fcec8584ee643105854358a15953f8e9c5df17.tar.gz
external_python_setuptools-32fcec8584ee643105854358a15953f8e9c5df17.tar.bz2
external_python_setuptools-32fcec8584ee643105854358a15953f8e9c5df17.zip
Bump version: 32.1.3 → 32.2.0v32.2.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 c2dcf336..a1440a26 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="32.1.3",
+ version="32.2.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",