summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 23:12:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 23:12:21 -0400
commit5af3d094d1d26f06d9e7f3fbf6f1cd55a2e51d8f (patch)
tree3881b2fbec0b665ae2122a2774ca8fd16b004eea
parentc52797512e98c12a383c41697deda0f563b452a5 (diff)
downloadpython-setuptools-git-28.5.0.tar.gz
Bump version: 28.4.0 → 28.5.0v28.5.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 95879c21..c2b34b33 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.4.0
+current_version = 28.5.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 2948e515..3ae7a09f 100755
--- a/setup.py
+++ b/setup.py
@@ -86,7 +86,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.4.0",
+ version="28.5.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",