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