Skip to content

Commit

Permalink
Bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Jan 2, 2025
1 parent 248d173 commit f38cc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f38cc0a

Please sign in to comment.