aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-02 09:36:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-02 09:36:46 -0400
commitebe606c6b7925823ac98c7014f1fc61de3274b48 (patch)
tree322060700aee6ba994e4b0f0f4b5774146b8748d
parent1559cabbaf0bd537767bd0c13d875dc05a13720f (diff)
downloadexternal_python_setuptools-ebe606c6b7925823ac98c7014f1fc61de3274b48.tar.gz
external_python_setuptools-ebe606c6b7925823ac98c7014f1fc61de3274b48.tar.bz2
external_python_setuptools-ebe606c6b7925823ac98c7014f1fc61de3274b48.zip
Bump version: 25.1.2 → 25.1.3v25.1.3
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b34560df..4f08b809 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.1.2
+current_version = 25.1.3
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 202077d1..2309b7d2 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.2",
+ version="25.1.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",