aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-26 13:07:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-26 13:07:42 -0400
commitde05e931c35cef1d5888231fe3f4b47526bca8f7 (patch)
tree9f9b94d89e80b5bc9e6a991782934fe7c5e7618e /setup.py
parent35fa31fa6705d6b6866b5f5361b833e19339713b (diff)
downloadexternal_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.tar.gz
external_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.tar.bz2
external_python_setuptools-de05e931c35cef1d5888231fe3f4b47526bca8f7.zip
Bump version: 36.2.3 → 36.2.4v36.2.4
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 8c21a372..bb465f2d 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.3",
+ version="36.2.4",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",