summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-19 16:10:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-19 16:10:05 -0400
commitcea7420c9417f14f6c069dabf1df23055f681af1 (patch)
treebd531bdeddaf1c9fba3091d6c02fb279927b99cf
parent2cde914c7bc8c8e5a59f937317d47898b38426e4 (diff)
downloadpython-setuptools-git-25.4.0.tar.gz
Bump version: 25.3.0 → 25.4.0v25.4.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 6e543e94..b089c68d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.3.0
+current_version = 25.4.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 4b3bf3fe..cd4353d0 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.3.0",
+ version="25.4.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",