aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-23 17:01:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-23 17:01:46 -0500
commit6d89f362c9657e12fe2500c061e77747305b76e4 (patch)
treead92eb53d12d91ca4ee3f19cb5a7a7095ac06869 /setup.py
parent9cb83c3711d737fa3bff56f55e4def8267bae83c (diff)
downloadexternal_python_setuptools-6d89f362c9657e12fe2500c061e77747305b76e4.tar.gz
external_python_setuptools-6d89f362c9657e12fe2500c061e77747305b76e4.tar.bz2
external_python_setuptools-6d89f362c9657e12fe2500c061e77747305b76e4.zip
Bump version: 34.0.0 → 34.0.1v34.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 78b9ff32..b9d32742 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.0.0",
+ version="34.0.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",