From ee80306d9a9e16e44d40a14b7109c0561feec5ce Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Fri, 3 Apr 2026 08:21:12 +0100 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b8f8be..454e0c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chguard" -version = "0.3.3" +version = "0.3.4" description = "Safety-first tool to snapshot and restore filesystem ownership and permissions." authors = ["Marco D'Aleo "] license = "GPL-3.0-or-later"