aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-03 10:14:19 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-03 10:14:19 -0500
commit6608d8f7e0522b75445a984693da65005155895c (patch)
treeb63e2cb8477910905db8abd183c334fea1ad2f3c /setup.py
parentaac9f9f31c0fdb97c52e343be6b8a641b2341232 (diff)
downloadexternal_python_setuptools-6608d8f7e0522b75445a984693da65005155895c.tar.gz
external_python_setuptools-6608d8f7e0522b75445a984693da65005155895c.tar.bz2
external_python_setuptools-6608d8f7e0522b75445a984693da65005155895c.zip
Bump version: 30.0.0 → 30.1.0v30.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 26aaec6b..103c87e8 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="30.0.0",
+ version="30.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",