aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-08-02 00:32:54 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2017-08-02 00:32:54 +0200
commitd548901f9911e784892e99e933d6c60016521e34 (patch)
tree93086c8c638d933aa635689fba6a72a31585352b /setup.py
parenta95062c01b93ee87c5ee4a68204fd17c52109c2a (diff)
downloadexternal_python_setuptools-d548901f9911e784892e99e933d6c60016521e34.tar.gz
external_python_setuptools-d548901f9911e784892e99e933d6c60016521e34.tar.bz2
external_python_setuptools-d548901f9911e784892e99e933d6c60016521e34.zip
Bump version: 36.2.6 → 36.2.7v36.2.7
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 7b29c53e..3c6d4027 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.6",
+ version="36.2.7",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",