summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-01 16:31:55 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-01 16:31:55 -0400
commitf60a5de47aa0a821ad1175b4c54f71b65ed05d72 (patch)
treee958eec2166c6ae83f1f9e9fb53e0d4d935d4d84
parent477ee99aa7229bdce83ca80049359284c6332f2d (diff)
downloadpython-setuptools-git-25.1.2.tar.gz
Bump version: 25.1.1 → 25.1.2v25.1.225.1.2
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 25d403ee..b34560df 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 25.1.1
+current_version = 25.1.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 1b18ab92..202077d1 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.1",
+ version="25.1.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",