From cd0726747564cf3ac5a5ceb2f5612b9e89a7bbb9 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 8 Jul 2025 10:04:01 +0900 Subject: [PATCH] v0.6.0: Fix src folder name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b95fce..c2079e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.5.0" +version = "0.6.0" description = "Collection of utils for Python scripts" readme = "ReadMe.md" requires-python = ">=3.13"