From 12af1c80dcdba8c757a3bd7c8682ef6d6ae5d427 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 29 Jul 2025 09:15:20 +0900 Subject: [PATCH] v0.21.0: string with time units to seconds int --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64fe89b..1fb5034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.20.0" +version = "0.21.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"