From f4083cb85dbd55183a227dc055093c7a8281c312 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sun, 13 Aug 2023 08:42:20 +0200 Subject: [PATCH] Bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f7695a..1a1b481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hv4gha" -version = "0.1.1" +version = "0.2.0" description = "Use HashiCorp Vault to manage a GitHub App's private RSA key." authors = ["Andreas Olsson "] repository = "https://github.com/andreaso/hv4gha"