summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-17 10:27:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-03-17 10:27:46 -0400
commit025690980c3540dc170abec3a3b18fd11f8b15bc (patch)
treea3da3a5a1ddf8381d85292f2505400f889ea890c /setup.py
parent604e0852c6020904419f9be37b2bec2c3c3b3779 (diff)
downloadpython-setuptools-git-025690980c3540dc170abec3a3b18fd11f8b15bc.tar.gz
Bump version: 38.6.0 → 38.6.1v38.6.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 ff064e33..a59ba44b 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.6.0",
+ version="38.6.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",