From 17e8c76b9496147040e04492e59f449fea10b2d3 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 18 Dec 2025 17:24:05 +0900 Subject: [PATCH] v0.43.0: SQLmain wrapper class, math helper functions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ede66a7..65a9a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.42.2" +version = "0.43.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"