summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-14 14:00:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-14 14:00:36 -0400
commit629ad3da717eb360eda53874e590b48f0a5acd2e (patch)
tree58b5b257c1c86206c2773f214579f03d0d2d2fee /setup.py
parent11ef9a98f1da8c883fc346ce78afbad78d5eff83 (diff)
downloadpython-setuptools-git-629ad3da717eb360eda53874e590b48f0a5acd2e.tar.gz
Bump version: 27.1.2 → 27.2.0v27.2.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 b2b1a0e1..d04d9b5b 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.1.2",
+ version="27.2.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",