v0.35.2: Sync miss for Log file format change

This commit is contained in:
Clemens Schwaighofer
2025-11-18 15:55:49 +09:00
parent 548d7491b8
commit c47c41b5b9
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

2
uv.lock generated
View File

@@ -108,7 +108,7 @@ wheels = [
[[package]]
name = "corelibs"
version = "0.35.1"
version = "0.35.2"
source = { editable = "." }
dependencies = [
{ name = "cryptography" },