aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-24 10:28:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-24 10:28:46 -0500
commit3469f8bcbcde1085baa4c9cde9aad9020acee3f2 (patch)
treeb06edf3eb4a35c4b4086a6fbc4ff7ad8f371a6bd
parentf8b57b4a8f204ddace56410ed4a21f2f30880be0 (diff)
downloadexternal_python_setuptools-3469f8bcbcde1085baa4c9cde9aad9020acee3f2.tar.gz
external_python_setuptools-3469f8bcbcde1085baa4c9cde9aad9020acee3f2.tar.bz2
external_python_setuptools-3469f8bcbcde1085baa4c9cde9aad9020acee3f2.zip
Bump version: 34.0.1 → 34.0.2v34.0.2
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 9553081a..928c37b5 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 34.0.1
+current_version = 34.0.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index b9d32742..41a8df3b 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.0.1",
+ version="34.0.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",