aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-11 09:16:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-03-11 09:16:43 -0500
commit907fc81e098e6e173501d63b4541b404d8feed2a (patch)
tree018e77b333ada96f64c8d4f2593040552d161701
parent94ad54108b1584e19c79521aa487b20b1fd18f69 (diff)
downloadexternal_python_setuptools-907fc81e098e6e173501d63b4541b404d8feed2a.tar.gz
external_python_setuptools-907fc81e098e6e173501d63b4541b404d8feed2a.tar.bz2
external_python_setuptools-907fc81e098e6e173501d63b4541b404d8feed2a.zip
Bump version: 34.3.1 → 34.3.2v34.3.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 cf36f54f..8a7aeabd 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 34.3.1
+current_version = 34.3.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 6bd0cce8..825b2f94 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.3.1",
+ version="34.3.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",