v0.18.1: bug fix for find_in_array_from_list search key check

This commit is contained in:
Clemens Schwaighofer
2025-07-25 15:58:59 +09:00
parent abf4b7ac89
commit 2b8240c156

View File

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