aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-11 18:31:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-11 18:31:09 -0500
commitfe695061d3509bf7396d5c691342e6c6d4b6c3b9 (patch)
treea465eb5315963abf8c8b49ddb4fe5a4e2dadd0f9 /setup.py
parent6f5dc38012824dc3d104356d023ec3c959bbb586 (diff)
downloadexternal_python_setuptools-31.0.0.tar.gz
external_python_setuptools-31.0.0.tar.bz2
external_python_setuptools-31.0.0.zip
Bump version: 30.4.0 → 31.0.0v31.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 d6dc048f..dc846acf 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="30.4.0",
+ version="31.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",