From 2e0b1f5951b7ebb47f1dff34effb3107ef3a86e2 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 18 Nov 2025 15:55:49 +0900 Subject: [PATCH] v0.35.2: Sync miss for Log file format change --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41823b8..63981ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.35.1" +version = "0.35.2" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index bcbfd8b..4e54461 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.35.1" +version = "0.35.2" source = { editable = "." } dependencies = [ { name = "cryptography" },