aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-27 15:36:45 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-04-27 15:36:45 -0400
commit44d2c01914baff076853f6402655589dde070703 (patch)
tree1fc4136173fdc28028ff117e6da252c4d0af9484 /setup.py
parentd2dfacad71021417cf2cf082d0687774c3188142 (diff)
downloadexternal_python_setuptools-44d2c01914baff076853f6402655589dde070703.tar.gz
external_python_setuptools-44d2c01914baff076853f6402655589dde070703.tar.bz2
external_python_setuptools-44d2c01914baff076853f6402655589dde070703.zip
Bump version: 35.0.1 → 35.0.2v35.0.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 df732511..0d465cc8 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="35.0.1",
+ version="35.0.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",