From eb48b316c839fd61c1b60faef21ab3ba4b572852 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 2 Jul 2025 14:07:49 +0900 Subject: [PATCH] pylint fix update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89c939e..7082f02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.3.0" +version = "0.3.1" description = "Collection of utils for Python scripts" readme = "ReadMe.md" requires-python = ">=3.13"