aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:47:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:47:38 -0400
commit6d05b8dce90985455dce0649e04955985f336b04 (patch)
treece642a7f4f609f7562546baf802f10aae9db426f /setup.py
parent5ff345e1fe7639d5add42d60044fd10f7a85bd48 (diff)
downloadexternal_python_setuptools-6d05b8dce90985455dce0649e04955985f336b04.tar.gz
external_python_setuptools-6d05b8dce90985455dce0649e04955985f336b04.tar.bz2
external_python_setuptools-6d05b8dce90985455dce0649e04955985f336b04.zip
Bump version: 28.6.1 → 28.7.0v28.7.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 ef007d93..265cdb30 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="28.6.1",
+ version="28.7.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",