v0.43.4: Fix for config loader with empty to split into lists values

This commit is contained in:
Clemens Schwaighofer
2026-01-06 10:04:03 +09:00
parent 2923a3e88b
commit d3f61005cf

View File

@@ -1,7 +1,7 @@
# MARK: Project info # MARK: Project info
[project] [project]
name = "corelibs" name = "corelibs"
version = "0.43.3" version = "0.43.4"
description = "Collection of utils for Python scripts" description = "Collection of utils for Python scripts"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"