From 4acc0b51b17457aa6789e54ff1d97a8b97b9d3cb Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 15 Jul 2025 09:55:25 +0900 Subject: [PATCH] v0.13.0: move the dump data method from the iterator folder to the debug folder --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71d68a7..8ef71a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.12.6" +version = "0.13.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"