From 2f4e2363502b22bc08e0a9bca71b21d3ba0050e9 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 8 Oct 2025 16:09:29 +0900 Subject: [PATCH] v0.25.0: add create datetime iso format --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57ee9a6..fb89a8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.24.4" +version = "0.25.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"