aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-27 13:46:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-09-27 13:46:49 -0500
commit394318306bac8e5cab251ca4cb099c40aebc97fd (patch)
tree6c3215e9c46ea9ede13f3fbc3d5bbdfe2880c5ad /setup.py
parent44a670456c81f844cad1d5aa713cd304ed80fc09 (diff)
downloadexternal_python_setuptools-394318306bac8e5cab251ca4cb099c40aebc97fd.tar.gz
external_python_setuptools-394318306bac8e5cab251ca4cb099c40aebc97fd.tar.bz2
external_python_setuptools-394318306bac8e5cab251ca4cb099c40aebc97fd.zip
Bump version: 27.3.0 → 27.3.1v27.3.1
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 b16cef30..67c66b3c 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.3.0",
+ version="27.3.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",