From dc7e56106ec9bb1b7a70f29975f881173f5932d4 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 20 Nov 2025 11:05:34 +0900 Subject: [PATCH] v0.42.0: Move text colors to external lib and depreacte the ones in corelibs collection --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec3ead6..ef9699d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.41.0" +version = "0.42.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 1a7c1a2..8a3f845 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.41.0" +version = "0.42.0" source = { editable = "." } dependencies = [ { name = "corelibs-datetime" },