diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-21 10:59:43 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-21 10:59:43 -0400 |
| commit | 731214ec6fc486e9a26f0ec83dd2434f346e6b4a (patch) | |
| tree | 7316ae00331bc539dab7acd851a575bd71a50512 | |
| parent | e92023ee5ebf949082c2db0bb446ba52b1ba8ff4 (diff) | |
| download | python-setuptools-git-731214ec6fc486e9a26f0ec83dd2434f346e6b4a.tar.gz | |
Bump version: 21.1.0 → 21.2.0
| -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.1.0 +current_version = 21.2.0 commit = True tag = True @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="21.1.0", + version="21.2.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
