summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-05 11:12:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-05 11:12:50 -0400
commit0fc25ba55daa069374812e33897c712553fdc3f4 (patch)
treeb83e46be344fa79ceb8c9f8f719cecd79c62190b /setup.py
parentcf36cf1e47f4a4dda14297ce8612d19faade4ccb (diff)
downloadpython-setuptools-git-0fc25ba55daa069374812e33897c712553fdc3f4.tar.gz
Bump version: 25.1.4 → 25.1.5v25.1.5
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 ca3cf405..67891be2 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.4",
+ version="25.1.5",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",