summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-02 09:22:27 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-10-02 09:22:27 -0500
commit4893826a79d5155205fb557ab032fc989629db6b (patch)
tree34019217ce5763aecae218207125ae59fb18084c
parent8d5dc98e2dead2519eba07b4de07d585df0cc30a (diff)
downloadpython-setuptools-git-28.2.0b1.tar.gz
Bump version: 28.1.0 → 28.2.0v28.2.0b1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index c0e3edba..4177952c 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.1.0
+current_version = 28.2.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index ff6809ed..dabfe4fd 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.1.0",
+ version="28.2.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",