aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-28 21:05:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-28 21:05:09 -0500
commitc0b93651405c1e79f3f49decfc97bc072641b2b7 (patch)
tree9b94cf51a257c203c3e0715129f18fad4bf15238 /setup.py
parentab76ea7987af0a196147195eb6adfa8347baf59c (diff)
downloadexternal_python_setuptools-c0b93651405c1e79f3f49decfc97bc072641b2b7.tar.gz
external_python_setuptools-c0b93651405c1e79f3f49decfc97bc072641b2b7.tar.bz2
external_python_setuptools-c0b93651405c1e79f3f49decfc97bc072641b2b7.zip
Bump version: 34.0.3 → 34.1.0v34.1.0
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 8ccaeaec..88795a23 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.0.3",
+ version="34.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",