From 8f3935ffa126112c34b0e3fa457730bc6d7d7d06 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Sat, 27 Jun 2026 07:40:14 +0100 Subject: [PATCH] Package version bump 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68bcc9a..b462284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chguard" -version = "0.4.0" +version = "0.5.0" description = "Safety-first tool to snapshot and restore filesystem ownership and permissions." authors = ["Marco D'Aleo "] license = "GPL-3.0-or-later"