aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-10 12:04:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-04-10 12:04:23 -0400
commit38ab8c0009f10e72c71cbdb1df56915e99459510 (patch)
tree4bc6cabb88a0b3d0270945c48b8da8dc3f4eca09 /setup.py
parent4e4b644540ae6b5e6085411443600633def49091 (diff)
downloadexternal_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.tar.gz
external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.tar.bz2
external_python_setuptools-38ab8c0009f10e72c71cbdb1df56915e99459510.zip
Bump version: 34.4.0 → 34.4.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 0ccc6631..798cf845 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.4.0",
+ version="34.4.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",