summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 09:54:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 09:54:13 -0400
commit6e927802f1a25c83cf4055c4880804a349419dfb (patch)
tree53994ceee9cfacf2bec7551ae5fae914a1643de6
parent2c937bc53f208ab7b604f83c0c349b3ff9c6e5bc (diff)
downloadpython-setuptools-git-22.0.1.tar.gz
Bump version: 22.0.0 → 22.0.1v22.0.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 e0943717..89a7024e 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 22.0.0
+current_version = 22.0.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index cc490950..9c296f9d 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="22.0.0",
+ version="22.0.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",