aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-08-28 09:45:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-08-28 09:45:10 -0400
commitb4d58d4929dd4e19870b5eafa48046a0a0c2bf07 (patch)
tree6506d7b3433cbaba353fe1fff04604ad1d23ef50 /setup.py
parentfffd844b4523a0708c43126174360aaf7baa5fd0 (diff)
downloadexternal_python_setuptools-b4d58d4929dd4e19870b5eafa48046a0a0c2bf07.tar.gz
external_python_setuptools-b4d58d4929dd4e19870b5eafa48046a0a0c2bf07.tar.bz2
external_python_setuptools-b4d58d4929dd4e19870b5eafa48046a0a0c2bf07.zip
Bump version: 36.2.7 → 36.3.0v36.3.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 3c6d4027..d7a13445 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.7",
+ version="36.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",