summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-23 13:13:53 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-23 13:13:53 -0400
commitac7a33c84d74afd3b7453bd880943be9cb4c5787 (patch)
tree11b88bdea2542ed88d503a60e2e126473502c01f /setup.py
parent7c9b1e6b044b31316c19ce8c94cb452b990a489f (diff)
downloadpython-setuptools-git-ac7a33c84d74afd3b7453bd880943be9cb4c5787.tar.gz
Bump version: 36.2.0 → 36.2.1v36.2.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 b3f5a7d9..854aee38 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.0",
+ version="36.2.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",