v0.40.0: Fix for settings loader with arguments

This commit is contained in:
Clemens Schwaighofer
2025-11-19 19:03:35 +09:00
parent 1f7f4b8d53
commit a00c27c465
2 changed files with 2 additions and 2 deletions

View File

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