aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-27 14:52:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-09-27 14:52:00 -0500
commitae50b560c46773697f0f3894ac34de37fda2fadd (patch)
tree7311664f78fc31cd97266ef088a4c5352e323f4d /setup.py
parent35ea365b50bd1a64375fdbcce187affab22af3b7 (diff)
downloadexternal_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.tar.gz
external_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.tar.bz2
external_python_setuptools-ae50b560c46773697f0f3894ac34de37fda2fadd.zip
Bump version: 27.3.1 → 28.0.0v28.0.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 96dcbecc..1be4e11c 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.3.1",
+ version="28.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",