aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-13 15:12:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-13 15:12:58 -0400
commitf8899569a5433f5d9027c294686a8b62215975c1 (patch)
tree127f20c45109f411490f389b0ec8fbebef842421 /setup.py
parent7ef1a45b7eea578022a509a3ddca0c6ea8b97b27 (diff)
downloadexternal_python_setuptools-f8899569a5433f5d9027c294686a8b62215975c1.tar.gz
external_python_setuptools-f8899569a5433f5d9027c294686a8b62215975c1.tar.bz2
external_python_setuptools-f8899569a5433f5d9027c294686a8b62215975c1.zip
Bump version: 36.1.0 → 36.1.1v36.1.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 c051fc1d..42a4c069 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.1.0",
+ version="36.1.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",