aboutsummaryrefslogtreecommitdiffstats
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
parent43ba6abb0257dc0a51c9799bd1dea83f0fdc04e0 (diff)
downloadexternal_python_setuptools-34.1.1.tar.gz
external_python_setuptools-34.1.1.tar.bz2
external_python_setuptools-34.1.1.zip
Bump version: 34.1.0 → 34.1.1v34.1.1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index be162bbf..211e5601 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 34.1.0
+current_version = 34.1.1
commit = True
tag = True
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",