aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-19 11:32:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-19 11:32:51 -0400
commitd7c802d072989f6543f584fa6dfdd57b140ca43e (patch)
treedc42af94abe1df2adc486dd836b18ff2075d42d9
parentfd4e8e7d33c701bc904f8063d1ee91c436f904f0 (diff)
downloadexternal_python_setuptools-d7c802d072989f6543f584fa6dfdd57b140ca43e.tar.gz
external_python_setuptools-d7c802d072989f6543f584fa6dfdd57b140ca43e.tar.bz2
external_python_setuptools-d7c802d072989f6543f584fa6dfdd57b140ca43e.zip
Bump version: 28.6.0 → 28.6.1v28.6.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 1cafb9ae..d2700585 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.6.0
+current_version = 28.6.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 6cb14097..ef007d93 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.6.0",
+ version="28.6.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",