aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-01 17:31:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-01 17:31:29 -0400
commitfedef1341c3b5610e75fcd1fbdefa383cafe7565 (patch)
tree6cb78d5b447c26a9260b5c60ec270ca45eee4b2e
parent11a0c3683bb1cff5bcc54c50e4e9ba87b53c3a39 (diff)
downloadexternal_python_setuptools-fedef1341c3b5610e75fcd1fbdefa383cafe7565.tar.gz
external_python_setuptools-fedef1341c3b5610e75fcd1fbdefa383cafe7565.tar.bz2
external_python_setuptools-fedef1341c3b5610e75fcd1fbdefa383cafe7565.zip
Bump version: 28.0.0 → 28.1.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 ec0baddc..c0e3edba 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.0.0
+current_version = 28.1.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 19811201..6ef0226a 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.0.0",
+ version="28.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",