aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-24 09:47:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-24 09:47:37 -0400
commitda396e49582197fc28c46b1b0605c7f2ecf8298c (patch)
treed3d56ab27d35e9cd3fcfd3b44ee55a2b16f25222 /setup.py
parentc464fbad5c7a84697cbfdea9df61e32c5c9fe3c2 (diff)
downloadexternal_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.tar.gz
external_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.tar.bz2
external_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.zip
Bump version: 36.2.1 → 36.2.2v36.2.2
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 854aee38..5c48f740 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.1",
+ version="36.2.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",