v0.18.0: array_search deprecation in change for find_in_array_from_list with correct parameter order

This commit is contained in:
Clemens Schwaighofer
2025-07-25 15:50:58 +09:00
parent 3a625ed0ee
commit 60b6d3376e

View File

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