summaryrefslogtreecommitdiff
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
parent6883ff3b2832a0197d52d3d8f0640ae41f52b312 (diff)
downloadpython-setuptools-git-26.0.0.tar.gz
Bump version: 25.4.0 → 26.0.0v26.0.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b089c68d..cf5d01a8 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.4.0
+current_version = 26.0.0
commit = True
tag = True
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",