diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-23 04:29:11 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-23 04:29:11 -0400 |
| commit | 0b10bf4ecc20b8a2ad033af53bd17d37b85ab60e (patch) | |
| tree | fd163b0b32abf8e00d6208bc2234c26535c3ba7e | |
| parent | 3c9a71fa4e161500d45b64590274007871303280 (diff) | |
| download | python-setuptools-git-0b10bf4ecc20b8a2ad033af53bd17d37b85ab60e.tar.gz | |
Bump version: 24.3.0 → 24.3.1v24.3.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 = 24.3.0 +current_version = 24.3.1 commit = True tag = True @@ -73,7 +73,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="24.3.0", + version="24.3.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
