aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-15 09:55:06 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-04-15 09:55:06 -0500
commit9869424e3e74a41e39563e9b4b507c760660673c (patch)
tree43490740cd1cc97466cdb5aaac4d43f3e95ec3dd /setup.py
parent17720e7ce95523f013bca29ff5913e3317eb5ac1 (diff)
downloadexternal_python_setuptools-9869424e3e74a41e39563e9b4b507c760660673c.tar.gz
external_python_setuptools-9869424e3e74a41e39563e9b4b507c760660673c.tar.bz2
external_python_setuptools-9869424e3e74a41e39563e9b4b507c760660673c.zip
Bump version: 34.4.1 → 35.0.0v35.0.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 798cf845..328941c1 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.4.1",
+ version="35.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",