aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-27 15:36:45 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-04-27 15:36:45 -0400
commit44d2c01914baff076853f6402655589dde070703 (patch)
tree1fc4136173fdc28028ff117e6da252c4d0af9484
parentd2dfacad71021417cf2cf082d0687774c3188142 (diff)
downloadexternal_python_setuptools-44d2c01914baff076853f6402655589dde070703.tar.gz
external_python_setuptools-44d2c01914baff076853f6402655589dde070703.tar.bz2
external_python_setuptools-44d2c01914baff076853f6402655589dde070703.zip
Bump version: 35.0.1 → 35.0.2v35.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 da62ac4f..cb247aaf 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 35.0.1
+current_version = 35.0.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index df732511..0d465cc8 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="35.0.1",
+ version="35.0.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",