aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:30:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:30:10 -0400
commitffe7c1a456338ae5db59e1bfaa4bd10bc8c3fec8 (patch)
tree6afd4bbc441d8d8430169436eb9267d40dbe327b
parent108198edebeb655c6ad04ebefd6af9208a7ff863 (diff)
downloadexternal_python_setuptools-ffe7c1a456338ae5db59e1bfaa4bd10bc8c3fec8.tar.gz
external_python_setuptools-ffe7c1a456338ae5db59e1bfaa4bd10bc8c3fec8.tar.bz2
external_python_setuptools-ffe7c1a456338ae5db59e1bfaa4bd10bc8c3fec8.zip
Bump version: 22.0.2 → 22.0.3v22.0.3
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 613f38d3..db9b1e3b 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 22.0.2
+current_version = 22.0.3
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 23966bd2..8a54b281 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.2",
+ version="22.0.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",