summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-20 18:27:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-20 18:27:14 -0400
commit22501ae355cbefcea9a58fe7c4ac4395250c1aca (patch)
tree930baa71aefa363f9ff52dfc683d6c698151dc85 /setup.py
parent6883ff3b2832a0197d52d3d8f0640ae41f52b312 (diff)
downloadpython-setuptools-git-26.0.0.tar.gz
Bump version: 25.4.0 → 26.0.0v26.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 db619735..16d752fe 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.4.0",
+ version="26.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",