From a00c27c46511ab8bbf6b635acf4559959c0bc741 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 19 Nov 2025 19:03:35 +0900 Subject: [PATCH] v0.40.0: Fix for settings loader with arguments --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d346f5..3f162d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.39.2" +version = "0.40.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 68da05f..0c47e9a 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.39.2" +version = "0.40.0" source = { editable = "." } dependencies = [ { name = "corelibs-datetime" },