From fbbbd39d2c2c23064145c2630d9184167519f3b9 Mon Sep 17 00:00:00 2001 From: nplutt Date: Sat, 18 Jul 2020 19:59:11 -0500 Subject: [PATCH] bumping version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 622e113..7e2bf76 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="pydantic_kms_secrets", - version="0.1.0", + version="0.1.1", description="Utility to decrypt and encrypt secrets using AWS KMS keys that is compatible with pydantic models", author="Nick Plutt", author_email="nplutt@gmail.com",