v0.15.0: Log class update with split up class with Logger sub class for pool/fork/thread worker setup

This commit is contained in:
Clemens Schwaighofer
2025-07-18 14:18:19 +09:00
parent fd5e1db22b
commit ea527ea60c

View File

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