summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-04 07:11:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-04 07:11:14 -0400
commitb8bb34bbe89baec3dee225eeb7e17951578f5368 (patch)
tree556f745d7e2f80bb8bc568a0610ff02caeab9e8d
parenta60816441e9b185a09f1dacdb2d5612d9a324787 (diff)
downloadpython-setuptools-git-25.1.4.tar.gz
Bump version: 25.1.3 → 25.1.4v25.1.4
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 4f08b809..ae67632a 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.1.3
+current_version = 25.1.4
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 2309b7d2..d7933ab3 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.3",
+ version="25.1.4",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",