summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-05-30 19:57:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-05-30 19:57:57 -0400
commita9d902519680132493176106fe46aa9d77eafd10 (patch)
tree020ef7115ac4cadb81c247691916fff3f22f1b59 /setup.py
parentdaaeffc5ab0218a63c804ba873ce5d019aef4839 (diff)
downloadpython-setuptools-git-a9d902519680132493176106fe46aa9d77eafd10.tar.gz
Bump version: 35.0.2 → 36.0.0v36.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 ea9b7e74..9250e073 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="35.0.2",
+ version="36.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",