From 57675336686950de683b11f3a73592479e79e27d Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 25 Jul 2025 10:25:44 +0900 Subject: [PATCH] v0.17.0: exceptions handling added for csv file reading --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5296660..7bf0ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.16.0" +version = "0.17.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"