From c5766ec00ba626849fa59504253d916d2e39dadf Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 4 Jan 2023 12:03:29 -0800 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6a33cc..ce171fe 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pre-commit-hook-ensure-sops", - version="1.0", + version="1.1", author="Yuvi Panda", author_email="yuvipanda@gmail.com", description="pre-commit hook to ensure that files that should be encrypted with sops are in fact encrypted",