summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:27:39 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-09 20:27:39 -0500
commit4f43bd2a665a8115a03eb8d073cacb8945d22462 (patch)
tree4157cd5120609f05bd21e97aeec30cd2d26942cd /setup.py
parent26cbce17dfb5aa9ea1ffae5d25363ad645bf6e44 (diff)
downloadpython-setuptools-git-4f43bd2a665a8115a03eb8d073cacb8945d22462.tar.gz
Bump version: 36.6.0 → 36.6.1v36.6.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 33003465..c5bc7254 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.6.0",
+ version="36.6.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",