aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-28 15:00:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-28 15:00:06 -0400
commitced5db7822ece3d4e4822b12dde5a67a6a60e90b (patch)
tree3a8d834d5677cae83162a44eccf7f4a731ed5baa /setup.py
parent9e3f3cb5f58caf69e003023d724a8793e8d1c184 (diff)
downloadexternal_python_setuptools-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.tar.gz
external_python_setuptools-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.tar.bz2
external_python_setuptools-ced5db7822ece3d4e4822b12dde5a67a6a60e90b.zip
Bump version: 25.1.0 → 25.1.1v25.1.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 0cf1d0b2..1b18ab92 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.1.0",
+ version="25.1.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",