summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-28 15:00:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-28 15:00:06 -0400
commitced5db7822ece3d4e4822b12dde5a67a6a60e90b (patch)
tree3a8d834d5677cae83162a44eccf7f4a731ed5baa
parent9e3f3cb5f58caf69e003023d724a8793e8d1c184 (diff)
downloadpython-setuptools-git-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.tar.gz
Bump version: 25.1.0 → 25.1.1v25.1.1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a9f2e021..25d403ee 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.1.0
+current_version = 25.1.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 0cf1d0b2..1b18ab92 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.0",
+ version="25.1.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",