aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-19 16:10:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-19 16:10:05 -0400
commitcea7420c9417f14f6c069dabf1df23055f681af1 (patch)
treebd531bdeddaf1c9fba3091d6c02fb279927b99cf /setup.py
parent2cde914c7bc8c8e5a59f937317d47898b38426e4 (diff)
downloadexternal_python_setuptools-cea7420c9417f14f6c069dabf1df23055f681af1.tar.gz
external_python_setuptools-cea7420c9417f14f6c069dabf1df23055f681af1.tar.bz2
external_python_setuptools-cea7420c9417f14f6c069dabf1df23055f681af1.zip
Bump version: 25.3.0 → 25.4.0v25.4.0
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 4b3bf3fe..cd4353d0 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.3.0",
+ version="25.4.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",