summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent8d5dc98e2dead2519eba07b4de07d585df0cc30a (diff)
downloadpython-setuptools-git-4893826a79d5155205fb557ab032fc989629db6b.tar.gz
Bump version: 28.1.0 → 28.2.0v28.2.0b1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",