aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
parent3660b258d084b47751f0fdb3b33090276059e8cb (diff)
downloadexternal_python_setuptools-1e311f519afaf3f5d00538ff64b50bd8c15eef02.tar.gz
external_python_setuptools-1e311f519afaf3f5d00538ff64b50bd8c15eef02.tar.bz2
external_python_setuptools-1e311f519afaf3f5d00538ff64b50bd8c15eef02.zip
Bump version: 28.2.0 → 28.3.0v28.3.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 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",