summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-25 10:48:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-25 10:48:10 -0400
commit168970b89c9ac421b153981f4ded731bf376a5cb (patch)
treebfecc26572339d6b8e50b023413bf1bbcd39b01e /setup.py
parent76a3d326724eb0157e7a3c67c38139639c78e9ee (diff)
downloadpython-setuptools-git-168970b89c9ac421b153981f4ded731bf376a5cb.tar.gz
Bump version: 25.0.2 → 25.1.0v25.1.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 b03fd40a..be86c29c 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="25.0.2",
+ version="25.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",