diff options
| -rwxr-xr-x | setup.cfg | 3 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 22.0.3 +current_version = 22.0.4 commit = True tag = True @@ -20,7 +20,6 @@ build-dir = docs/build all_files = 1 [upload] -# also update in .travis.yml repository = https://upload.pypi.io/legacy/ [upload_docs] @@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="22.0.3", + version="22.0.4", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
