From d053b47e419ce333513fcc2cd6def1380b3f379f Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Wed, 6 Sep 2023 20:42:03 +0200 Subject: [PATCH] Bump patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39ecc1d..e03368d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hv4gha" -version = "0.2.0" +version = "0.2.1" description = "Use HashiCorp Vault to manage a GitHub App's private RSA key." authors = ["Andreas Olsson "] repository = "https://github.com/andreaso/hv4gha"