aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-11 00:26:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-11 00:26:58 -0500
commitc218b65053915aa084c897defa2a25a11175ddc4 (patch)
treee988da4b515c2402283260b782d6bb5beb5b30f6 /setup.py
parent57a09271dcd0840fb285495fe862aa42d9f9742c (diff)
downloadexternal_python_setuptools-c218b65053915aa084c897defa2a25a11175ddc4.tar.gz
external_python_setuptools-c218b65053915aa084c897defa2a25a11175ddc4.tar.bz2
external_python_setuptools-c218b65053915aa084c897defa2a25a11175ddc4.zip
Bump version: 36.7.0 → 36.7.1v36.7.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 389a8059..2c4ba840 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.7.0",
+ version="36.7.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",