aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-11-26 21:28:45 -0600
committerJason R. Coombs <jaraco@jaraco.com>2016-11-26 21:28:45 -0600
commit0be2dfcfd85044932127ee47ad5d16e5069d3b3a (patch)
tree58f69303386c1d7d17ec8871da23c126b41affe0
parentde11b125f7a94a13aff478482e3a83a30176f7b7 (diff)
downloadexternal_python_setuptools-0be2dfcfd85044932127ee47ad5d16e5069d3b3a.tar.gz
external_python_setuptools-0be2dfcfd85044932127ee47ad5d16e5069d3b3a.tar.bz2
external_python_setuptools-0be2dfcfd85044932127ee47ad5d16e5069d3b3a.zip
Bump version: 29.0.0 → 29.0.1v29.0.1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 589df541..4e59c74e 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 29.0.0
+current_version = 29.0.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 30c19d66..79d30308 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="29.0.0",
+ version="29.0.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",