aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-02 19:18:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-03-02 19:18:40 -0500
commitc4ff7cc6551097d513d310fac6d0c099b1afa32e (patch)
tree3fa69b8c08f7788a875b6aa643dee8101514f05e /setup.py
parent76e1b4957060319545f5a1abd1494cd77a017fa8 (diff)
downloadexternal_python_setuptools-c4ff7cc6551097d513d310fac6d0c099b1afa32e.tar.gz
external_python_setuptools-c4ff7cc6551097d513d310fac6d0c099b1afa32e.tar.bz2
external_python_setuptools-c4ff7cc6551097d513d310fac6d0c099b1afa32e.zip
Bump version: 34.3.0 → 34.3.1v34.3.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 5d436ace..6bd0cce8 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.3.0",
+ version="34.3.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",