aboutsummaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 950924b1..08e51b5b 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 30.3.0
+current_version = 30.4.0
commit = True
tag = True
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",