From e40d0073fa8fb2253c6a2bad23db11d186211841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Chocholat=C3=BD?= Date: Tue, 9 Jun 2026 22:59:49 +0200 Subject: [PATCH] github: fix: Set correct library version --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 0131456df..ae010765d 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "libmata" -version = "0.1.0" +dynamic = ["version"] description = "Mata Python bindings" readme = "README.md" requires-python = ">=3.13"