From 3d091129e2a9fa11afe46bd7849a1edc592e813b Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 27 Jan 2026 14:43:35 +0900 Subject: [PATCH] v0.46.0: Add unique list helper function --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a504374..7485fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.45.1" +version = "0.46.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"