aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-30 20:55:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-30 20:55:52 -0400
commit4915efda9e1ee003826c9b95cfa1b7d47767994c (patch)
treee13bbebc449dc3aea6d17fdfbed94ad4e60fb10a /setup.py
parent92616dbfb2682bee04d5fe662a5951a6b629b846 (diff)
downloadexternal_python_setuptools-4915efda9e1ee003826c9b95cfa1b7d47767994c.tar.gz
external_python_setuptools-4915efda9e1ee003826c9b95cfa1b7d47767994c.tar.bz2
external_python_setuptools-4915efda9e1ee003826c9b95cfa1b7d47767994c.zip
Bump version: 36.2.4 → 36.2.5
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 bb465f2d..9571cfa9 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.4",
+ version="36.2.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",