Set pyproject version

This commit is contained in:
Clemens Schwaighofer
2025-07-09 17:17:26 +09:00
parent 084ecc01e0
commit 208f002284

View File

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