aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-18 18:10:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-04-18 18:10:23 -0500
commit413d1e9a9585a5fe170c72b46fdd3ed4c094f848 (patch)
treefb6c0c0fa9898a83c5980743450556bba9fed74c /setup.py
parent07ca50a90f78bb8ffd499dd67a64cd2d021c1747 (diff)
downloadexternal_python_setuptools-413d1e9a9585a5fe170c72b46fdd3ed4c094f848.tar.gz
external_python_setuptools-413d1e9a9585a5fe170c72b46fdd3ed4c094f848.tar.bz2
external_python_setuptools-413d1e9a9585a5fe170c72b46fdd3ed4c094f848.zip
Bump version: 35.0.0 → 35.0.1v35.0.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 328941c1..df732511 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="35.0.0",
+ version="35.0.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",