From 0fc8706f3d38ea9182eb2d9b44b7da3721790db9 Mon Sep 17 00:00:00 2001 From: Justin Guathier Date: Tue, 31 Mar 2020 22:12:59 -0400 Subject: [PATCH] Bump version to 0.2.1 with PR#3 --- plugin.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index f7c082b..3ef257f 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "vault" -version: "0.2.0" +version: "0.2.1" usage: "Store secrets in Hashicorp Vault" description: |- Helm plugin for storing secrets in HashiCorp Vault diff --git a/setup.py b/setup.py index b4a0f8f..08da3f2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='vault', - version='0.2.0', + version='0.2.1', description='Helm plugin for storing secrets in HashiCorp Vault', author='Just-Insane', author_email='justin@justin-tech.com',