summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:47:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:47:38 -0400
commit6d05b8dce90985455dce0649e04955985f336b04 (patch)
treece642a7f4f609f7562546baf802f10aae9db426f
parent5ff345e1fe7639d5add42d60044fd10f7a85bd48 (diff)
downloadpython-setuptools-git-28.7.0.tar.gz
Bump version: 28.6.1 → 28.7.0v28.7.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 d2700585..8e1b66dd 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.6.1
+current_version = 28.7.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index ef007d93..265cdb30 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.6.1",
+ version="28.7.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",