aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-12 11:25:55 +0200
committerJason R. Coombs <jaraco@jaraco.com>2017-10-12 11:25:55 +0200
commitcb9e3a35bfc07136c44d942698fc45fc3f12192b (patch)
tree27b03a8b4a33a2bf2cc3cfe9b395e97bdbe42b50 /setup.py
parentaa2e8aaea3e466025230b1956f62b0839529e27f (diff)
downloadexternal_python_setuptools-cb9e3a35bfc07136c44d942698fc45fc3f12192b.tar.gz
external_python_setuptools-cb9e3a35bfc07136c44d942698fc45fc3f12192b.tar.bz2
external_python_setuptools-cb9e3a35bfc07136c44d942698fc45fc3f12192b.zip
Bump version: 36.5.0 → 36.6.0v36.6.0
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 ee968d9a..33003465 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.5.0",
+ version="36.6.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",