From 17c4a85571f566405702c6477e180fec87dcf9cc Mon Sep 17 00:00:00 2001 From: Sebastian Zumbrunn Date: Fri, 31 Oct 2025 16:03:39 +0100 Subject: [PATCH] bump version to 1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6bd660d..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.1" +version = "1.3" dynamic = ["dependencies"] [project.urls]