diff --git a/README.md b/README.md index 7712a70..6d1c8f9 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.5 + rev: v0.0.6 hooks: - id: check-yamlschema ``` diff --git a/setup.cfg b/setup.cfg index 9b1cefa..ef651a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = check-yamlschema -version = 0.0.5 +version = 0.0.6 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