summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-01 17:31:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-01 17:31:29 -0400
commitfedef1341c3b5610e75fcd1fbdefa383cafe7565 (patch)
tree6cb78d5b447c26a9260b5c60ec270ca45eee4b2e /setup.py
parent11a0c3683bb1cff5bcc54c50e4e9ba87b53c3a39 (diff)
downloadpython-setuptools-git-fedef1341c3b5610e75fcd1fbdefa383cafe7565.tar.gz
Bump version: 28.0.0 → 28.1.0
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 19811201..6ef0226a 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.0.0",
+ version="28.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",