aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-25 21:13:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-25 21:13:17 -0400
commitc452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e (patch)
tree9b059b8ffc79efbb877978fe1601a6b8f0408558 /setup.py
parentf46a630f13fcf97c56d7f38e55aa1833f2063dee (diff)
downloadexternal_python_setuptools-c452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e.tar.gz
external_python_setuptools-c452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e.tar.bz2
external_python_setuptools-c452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e.zip
Bump version: 36.2.2 → 36.2.3v36.2.3
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 5c48f740..8c21a372 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.2",
+ version="36.2.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",