aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-19 15:57:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-19 15:57:32 -0400
commit787383732d45e6565f0e68e268a7157e3198cd8c (patch)
tree255649fa12f48ac53a1b04db433f4856c5a3b4c2
parent643f0ae4b4330f0cacec3654a7cb1e94a9316618 (diff)
downloadexternal_python_setuptools-787383732d45e6565f0e68e268a7157e3198cd8c.tar.gz
external_python_setuptools-787383732d45e6565f0e68e268a7157e3198cd8c.tar.bz2
external_python_setuptools-787383732d45e6565f0e68e268a7157e3198cd8c.zip
Bump version: 25.2.0 → 25.3.0v25.3.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 92fd8354..6e543e94 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.2.0
+current_version = 25.3.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 5fa237d5..4b3bf3fe 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.2.0",
+ version="25.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",