diff --git a/README.md b/README.md index f6792d5..d529736 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You can use this linter with `pre-commit` by adding the following hook in your ` ```yaml repos: - repo: https://github.com/Qarik-Group/gitlab-codeowners-linter - rev: v1.0.2 + rev: v1.0.3 hooks: - id: gitlab-codeowners-linter args: ['--codeowners_file=path/to/your/CODEOWNERS/file'] diff --git a/setup.cfg b/setup.cfg index 42fa82b..c82b7d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gitlab_codeowners_linter -version = 1.0.2 +version = 1.0.3 description = Some out-of-the-box hooks for Gitlab CODEOWNERS. long_description = file: README.md long_description_content_type = text/markdown