From 3cd3f87d6892e1aecf41f29b34e318954a04fad0 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Sat, 26 Jul 2025 10:52:48 +0900 Subject: [PATCH] v0.18.2: dump data parameter change to Any --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f1b0cf..abc1b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.18.1" +version = "0.18.2" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"