From 7d1ee70cf6ed1e70068548e0748d5155c56a9598 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 19 Sep 2025 10:25:44 +0900 Subject: [PATCH] v0.24.0: Add timestamp seconds to human readable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b73a995..0638d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.23.0" +version = "0.24.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"