From c7c2a87ebb79f649a71471939fa5bbfa614d394f Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:22:33 -0400 Subject: [PATCH] Bump patch version --- pyproject.toml | 2 +- vault2vault.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e30cba..2cade1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vault2vault" -version = "0.1.0" +version = "0.1.1" license = "MIT" authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] description = "Recursively rekey ansible-vault encrypted files and in-line variables" diff --git a/vault2vault.py b/vault2vault.py index a3c8823..9441586 100644 --- a/vault2vault.py +++ b/vault2vault.py @@ -28,7 +28,7 @@ except ImportError: __title__ = "vault2vault" __summary__ = "Recursively rekey ansible-vault encrypted files and in-line variables" -__version__ = "0.1.0" +__version__ = "0.1.1" __url__ = "https://github.com/enpaul/vault2vault/" __license__ = "MIT" __authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]