summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parentde11b125f7a94a13aff478482e3a83a30176f7b7 (diff)
downloadpython-setuptools-git-0be2dfcfd85044932127ee47ad5d16e5069d3b3a.tar.gz
Bump version: 29.0.0 → 29.0.1v29.0.1
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 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",