From 50845edba9f3acf6db86eb7e282ad813b506ed12 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:04:30 +0100 Subject: [PATCH] Bump to 0.0.5 (#13) --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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