aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-10 11:34:29 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-10 11:34:29 -0500
commite48430161fd59169cbe38c372d79a9c16e041d39 (patch)
tree37b27d75c6efe63a913215e44240326abc04314a /setup.py
parente9f06d225b9a58807e4fc6c9f3219a6c7b460d17 (diff)
downloadexternal_python_setuptools-e48430161fd59169cbe38c372d79a9c16e041d39.tar.gz
external_python_setuptools-e48430161fd59169cbe38c372d79a9c16e041d39.tar.bz2
external_python_setuptools-e48430161fd59169cbe38c372d79a9c16e041d39.zip
Bump version: 30.3.0 → 30.4.0v30.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 da2c6473..d6dc048f 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="30.3.0",
+ version="30.4.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",