summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:45:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:45:37 -0400
commit125066cb8dd2d44cc2ed9bded916840a59d4f1ac (patch)
tree16c8374eb32dfeb990503c94f73bc1c58e2c9608
parent06a1e422cbed7a9bc0aadca7ba2fe9c5bf88d3c8 (diff)
downloadpython-setuptools-git-125066cb8dd2d44cc2ed9bded916840a59d4f1ac.tar.gz
Bump version: 20.6.1 → 20.6.2v20.6.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 abb03906..2d0cb185 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.6.1
+current_version = 20.6.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index a07b803f..e96c4a0d 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.6.1",
+ version="20.6.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",