diff --git a/README.md b/README.md index 3c693176..9af563d5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following to your `.pre-commit-config.yaml` ```yaml - repo: https://github.com/k8s-at-home/sops-pre-commit - rev: v2.0.0 + rev: v2.0.1 hooks: - id: forbid-secrets ``` diff --git a/setup.py b/setup.py index 70b6f835..e56954ba 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='sops-pre-commit', description='Check for unencrypted Kubernetes secrets in manifest files', url='https://github.com/k8s-at-home/sops-pre-commit', - version='2.0.0', + version='2.0.1', author='Devin Buhl', author_email='devin.kray@gmail.com',