From 85f0a0b3c64287819cf75efc6580a2751eb2852b Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Jul 2024 20:53:03 +0000 Subject: [PATCH] chore(release): Tag v0.42.1 [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24a64c36..e6ef90df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "secureli" -version = "0.42.0" +version = "0.42.1" description = "Secure Project Manager" authors = ["Caleb Tonn "] # disable-pii-scan license = "Apache-2.0"