aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-02-03 15:13:45 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-02-03 15:13:45 -0500
commit3ddf493a251e92f46d5516713f37ac206c735b4e (patch)
tree9692e58189b87787696e3182e92f9b704cae8111 /setup.py
parent43ba6abb0257dc0a51c9799bd1dea83f0fdc04e0 (diff)
downloadexternal_python_setuptools-3ddf493a251e92f46d5516713f37ac206c735b4e.tar.gz
external_python_setuptools-3ddf493a251e92f46d5516713f37ac206c735b4e.tar.bz2
external_python_setuptools-3ddf493a251e92f46d5516713f37ac206c735b4e.zip
Bump version: 34.1.0 → 34.1.1v34.1.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 88795a23..85ded0c2 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.1.0",
+ version="34.1.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",