aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-28 09:41:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-28 09:41:14 -0500
commit1e7fe0df079ec9a508442fd08c94c60ea8a87126 (patch)
tree69a218c48b44e354b6fa5fb6dec2a420b92885ef /setup.py
parentedfa86809c0010caaa24b65c0e84c8467ba43b2b (diff)
downloadexternal_python_setuptools-1e7fe0df079ec9a508442fd08c94c60ea8a87126.tar.gz
external_python_setuptools-1e7fe0df079ec9a508442fd08c94c60ea8a87126.tar.bz2
external_python_setuptools-1e7fe0df079ec9a508442fd08c94c60ea8a87126.zip
Bump version: 34.0.2 → 34.0.3v34.0.3
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 d89adfea..8ccaeaec 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.0.2",
+ version="34.0.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",