diff --git a/README.md b/README.md index 2d8d97a..7712a70 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Add this to your `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/jmlrt/check-yamlschema - rev: v0.0.4 + rev: v0.0.5 hooks: - id: check-yamlschema ``` diff --git a/setup.cfg b/setup.cfg index 27335db..9b1cefa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = check-yamlschema -version = 0.0.4 +version = 0.0.5 description = A CLI and pre-commit hooks for jsonschema validation in YAML files with multiple documents long_description = file: README.md long_description_content_type = text/markdown