v0.17.0: exceptions handling added for csv file reading

This commit is contained in:
Clemens Schwaighofer
2025-07-25 10:25:44 +09:00
parent 24798f19ca
commit 5767533668

View File

@@ -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"