aboutsummaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b37857b7..be162bbf 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 34.0.3
+current_version = 34.1.0
commit = True
tag = True
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",