aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-20 21:18:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-20 21:18:51 -0400
commitf773e19f4f85fae7312de57d6995fcb7c4795a30 (patch)
treeefb0bbf0b8b0c76c396f7e826455176651fa0e94 /setup.py
parent560e787eec3b5801de158eccd492f26d2440051e (diff)
downloadexternal_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.tar.gz
external_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.tar.bz2
external_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.zip
Bump version: 27.2.0 → 27.3.0v27.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 d04d9b5b..b16cef30 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.2.0",
+ version="27.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",