aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:04:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:04:29 -0400
commitc550d2d91f19e42257926f108bc269a759a2a13e (patch)
tree16680805505c8ddd0f14eaf0f70abf3298366cb8 /setup.py
parent18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a (diff)
downloadexternal_python_setuptools-c550d2d91f19e42257926f108bc269a759a2a13e.tar.gz
external_python_setuptools-c550d2d91f19e42257926f108bc269a759a2a13e.tar.bz2
external_python_setuptools-c550d2d91f19e42257926f108bc269a759a2a13e.zip
Bump version: 26.1.1 → 27.0.0v27.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 90702c1d..40977fe4 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="26.1.1",
+ version="27.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",