From ad5ac2ebe4dc3dae95afacac23f1a08aa80d7d33 Mon Sep 17 00:00:00 2001 From: David Nugent Date: Wed, 10 Jan 2024 12:20:43 +1100 Subject: [PATCH] version bump and further restrict publishing during workflow matrix handling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1609ffb..2bf96d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "envex" -version = "3.0.1" +version = "3.0.2" description = "Environment interface with .env and hashicorp vault support" authors = ["David Nugent "] readme = "README.md"