From 37a197e7f131372a25ef77863fc8385c19e69cb8 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 3 Sep 2025 18:15:48 +0900 Subject: [PATCH] v0.23.0: json dumps updates for functions, safe dict dump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ed630a..b73a995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.22.6" +version = "0.23.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"