diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-02 13:32:36 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-02 13:32:36 -0400 |
| commit | f26b15fb8296d0d008b9cf857cf33eb049a95ff2 (patch) | |
| tree | d741ba126222fb6794c36c4eca0ac8f550637104 | |
| parent | 590ae3ae964c201fb58273e074b10c4d432592bb (diff) | |
| download | python-setuptools-git-f26b15fb8296d0d008b9cf857cf33eb049a95ff2.tar.gz | |
Bump version: 23.2.1 → 24.0.0v24.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 = 23.2.1 +current_version = 24.0.0 commit = True tag = True @@ -66,7 +66,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="23.2.1", + version="24.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
