From 208f0022844b74c21bf656be69c1c0ebbfb10315 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 9 Jul 2025 17:17:26 +0900 Subject: [PATCH] Set pyproject version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce6467a..c6f4236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.10.0" +version = "0.10.1" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"