From 17c6ed13c58b2aae40d190541e66ee20b9d23bcb Mon Sep 17 00:00:00 2001 From: David Kunzmann Date: Mon, 15 Sep 2025 16:50:09 +0200 Subject: [PATCH] Prepare for next iteration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b6507c1..5c3ac58e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ['sonar', 'sonarqube', 'sonarcloud', 'cleancode'] license = 'LGPL-3.0-only' name = 'pysonar' readme = 'README.md' -version = "1.2" +version = "1.3" dynamic = ["dependencies"] [project.urls]