diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 10:30:10 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 10:30:10 -0400 |
commit | ffe7c1a456338ae5db59e1bfaa4bd10bc8c3fec8 (patch) | |
tree | 6afd4bbc441d8d8430169436eb9267d40dbe327b | |
parent | 108198edebeb655c6ad04ebefd6af9208a7ff863 (diff) | |
download | external_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-x | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 22.0.2 +current_version = 22.0.3 commit = True tag = True @@ -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", |