From 0d95d64d94c666752b58f0b73d597edd70fc8e9d Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Mon, 3 Jan 2022 10:01:00 -0500 Subject: [PATCH] fix: bump version in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29f44296..1b6c95a7 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.3', + version='2.1.0', author='Devin Buhl', author_email='devin.kray@gmail.com',