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",