diff --git a/README.md b/README.md index 4a9c5d6..a58dd5b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/MarcoGorelli/auto-walrus - rev: v0.1.5 + rev: v0.1.7 hooks: - id: auto-walrus ``` diff --git a/setup.cfg b/setup.cfg index b78fb20..4d69f5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = auto_walrus -version = 0.1.5 +version = 0.1.7 description = A linter for Cython files long_description = file: README.md long_description_content_type = text/markdown