diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-22 16:08:27 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-22 16:08:27 -0400 |
| commit | 5be89b652f6d9daf19183019ac84d6c737430022 (patch) | |
| tree | 884a94c88b7d2ad83ff7aa63574cbb7fc0cff213 | |
| parent | 24cd05319842f1c3a06d4266ea1c13f8a621ac3b (diff) | |
| download | python-setuptools-git-21.2.1.tar.gz | |
Bump version: 21.2.0 → 21.2.1v21.2.1
| -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.0 +current_version = 21.2.1 commit = True tag = True @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="21.2.0", + version="21.2.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
