summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-05 11:12:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-05 11:12:50 -0400
commit0fc25ba55daa069374812e33897c712553fdc3f4 (patch)
treeb83e46be344fa79ceb8c9f8f719cecd79c62190b
parentcf36cf1e47f4a4dda14297ce8612d19faade4ccb (diff)
downloadpython-setuptools-git-25.1.5.tar.gz
Bump version: 25.1.4 → 25.1.5v25.1.5
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ae67632a..3fad1dbc 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.1.4
+current_version = 25.1.5
commit = True
tag = True
diff --git a/setup.py b/setup.py
index ca3cf405..67891be2 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.4",
+ version="25.1.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",