From 3ee02b73b8e5c8236541adff0d94f076ce91cc17 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 2 Jun 2025 19:56:21 +0200 Subject: [PATCH] Updated version in pyproject.toml to 1.2.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b90b97..eddee4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyladoc" -version = "1.2.2" +version = "1.2.3" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, ] @@ -54,4 +54,4 @@ show_error_codes = true minversion = "6.0" addopts = "-ra -q" testpaths = ["tests"] -pythonpath = ["src"] \ No newline at end of file +pythonpath = ["src"]