From 6bc1d6fd3b328d0d8f3748910230ed757ef5787b Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sat, 7 Dec 2024 10:36:37 +0100 Subject: [PATCH] Set the hv4gha 0.3.0 release version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae11ca3..a704bb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hv4gha" -version = "0.2.3" +version = "0.3.0" description = "Use HashiCorp Vault to manage a GitHub App's private RSA key." authors = ["Andreas Olsson "] repository = "https://github.com/andreaso/hv4gha"