aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-04 10:49:17 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-04 10:49:17 -0500
commitc4df6d7197a0e56ead10a1b1c0dbc81ea4a36615 (patch)
tree066b81f5a851314bd160fa13e39bf7ebc9265c66
parent2cdc411bf1bab8635da22e15850a93023977cf53 (diff)
downloadexternal_python_setuptools-c4df6d7197a0e56ead10a1b1c0dbc81ea4a36615.tar.gz
external_python_setuptools-c4df6d7197a0e56ead10a1b1c0dbc81ea4a36615.tar.bz2
external_python_setuptools-c4df6d7197a0e56ead10a1b1c0dbc81ea4a36615.zip
Bump version: 30.1.0 → 30.2.0v30.2.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 66688138..b234d0bd 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 30.1.0
+current_version = 30.2.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 83d85e60..e088928c 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="30.1.0",
+ version="30.2.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",