PyProject version update, testing logging

This commit is contained in:
Clemens Schwaighofer
2025-07-09 16:16:02 +09:00
parent 67f1a6688d
commit 08cb994d8d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -19,7 +19,7 @@ def main():
log_path=script_path.joinpath('log', 'test.log'),
log_name="Test Log",
log_settings={
"log_level_console": 'DEBUG',
"log_level_console": 'INFO',
"log_level_file": 'DEBUG',
# "console_color_output_enabled": False,
}

2
uv.lock generated
View File

@@ -44,7 +44,7 @@ wheels = [
[[package]]
name = "corelibs"
version = "0.9.0"
version = "0.10.0"
source = { editable = "." }
dependencies = [
{ name = "jmespath" },