From 14466c3ff8ffacee484b69613993f8b9574ff554 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 24 Sep 2025 15:27:15 +0900 Subject: [PATCH] v0.24.1: allow negative timestamp convert to seconds, add pytests for this function --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0638d60..c77ccc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.24.0" +version = "0.24.1" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"