diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-02 09:37:01 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-02 09:37:01 -0400 |
commit | 01e1189c7156de07fb9f8646fb2282379ddbc5b4 (patch) | |
tree | 9c1bcf8a53fbedccf385c64b8eb52513cb9d3892 | |
parent | a73118b9e3c125910ce3a50ab1e676632b4c12d1 (diff) | |
download | python-setuptools-git-01e1189c7156de07fb9f8646fb2282379ddbc5b4.tar.gz |
Bump version: 20.10.1 → 21.0.0v21.0.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 = 20.10.1 +current_version = 21.0.0 commit = True tag = True @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="20.10.1", + version="21.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |