summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-05 12:07:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-05 12:07:38 -0400
commit38fce51e389f9e7872f4e8062f854e442ef4d75f (patch)
tree9c3086db802966e951afedd0fbfa34e66b9c6255 /setup.py
parent79d4a0c6ef679e0b29e00ed854d06deb355c89e8 (diff)
downloadpython-setuptools-git-38fce51e389f9e7872f4e8062f854e442ef4d75f.tar.gz
Bump version: 25.1.5 → 25.1.6v25.1.6
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 67891be2..d0c50bd6 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.5",
+ version="25.1.6",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",