summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-25 10:39:39 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-25 10:39:39 -0400
commit192d3cb295be20ff3c28a79fb16210e024f23dd0 (patch)
treec5b9085d007b2083a263587cc482d4952e0106f3 /setup.py
parent8009a4a87261708de5cdc2dada1508d9fcf51a35 (diff)
downloadpython-setuptools-git-192d3cb295be20ff3c28a79fb16210e024f23dd0.tar.gz
Bump version: 25.0.1 → 25.0.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 af5e3ac4..c0c166ea 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.0.1",
+ version="25.0.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",