diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-29 12:19:08 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-29 12:19:08 -0400 |
commit | 15cec8c321f1f77b4331363ec3fbed87ea00ab64 (patch) | |
tree | f2ff2ec7c9d9730538697ac6118f2fb6e57bfe27 | |
parent | b1446e0a5342bc1843cb38495ae84a6ca27c8a9e (diff) | |
download | external_python_setuptools-15cec8c321f1f77b4331363ec3fbed87ea00ab64.tar.gz external_python_setuptools-15cec8c321f1f77b4331363ec3fbed87ea00ab64.tar.bz2 external_python_setuptools-15cec8c321f1f77b4331363ec3fbed87ea00ab64.zip |
Bump version: 21.2.1 → 21.2.2v21.2.2
-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 = 21.2.1 +current_version = 21.2.2 commit = True tag = True @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="21.2.1", + version="21.2.2", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |