summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-07 08:23:14 -0700
committerJason R. Coombs <jaraco@jaraco.com>2016-10-07 08:23:14 -0700
commit1e311f519afaf3f5d00538ff64b50bd8c15eef02 (patch)
treea7178a7b9d35bb2dc0540fcaa605a12055ea856e
parent3660b258d084b47751f0fdb3b33090276059e8cb (diff)
downloadpython-setuptools-git-28.3.0.tar.gz
Bump version: 28.2.0 → 28.3.0v28.3.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 4177952c..810b7510 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.2.0
+current_version = 28.3.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index dabfe4fd..7e7d1815 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.2.0",
+ version="28.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",