diff --git a/README.md b/README.md index f02bc4c..6364d1f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.16.0 + rev: v1.17.0 hooks: - id: setup-cfg-fmt ``` diff --git a/setup.cfg b/setup.cfg index 6881c2a..797f33e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setup_cfg_fmt -version = 1.16.0 +version = 1.17.0 description = apply a consistent format to `setup.cfg` files long_description = file: README.md long_description_content_type = text/markdown