diff --git a/pyproject.toml b/pyproject.toml index e0cef30..ce6467a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/test-run/logging_handling/log.py b/test-run/logging_handling/log.py index 6de68c9..2d4ea1d 100644 --- a/test-run/logging_handling/log.py +++ b/test-run/logging_handling/log.py @@ -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, } diff --git a/uv.lock b/uv.lock index be43b8e..9feb439 100644 --- a/uv.lock +++ b/uv.lock @@ -44,7 +44,7 @@ wheels = [ [[package]] name = "corelibs" -version = "0.9.0" +version = "0.10.0" source = { editable = "." } dependencies = [ { name = "jmespath" },