From d8e77d957207ecf6508e2ea89bad95b3c5289633 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Fri, 5 Sep 2025 16:18:29 +0200 Subject: [PATCH] Version in pyproject.toml updated to 1.0.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5116a3f..dc92f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelfy" -version = "1.0.2" +version = "1.0.3" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, ] @@ -48,4 +48,4 @@ show_error_codes = true minversion = "6.0" addopts = "-ra -q" testpaths = ["tests"] -pythonpath = ["src"] \ No newline at end of file +pythonpath = ["src"]