From e9c3369c3d4bff624ce39bbc089707540fd4dd75 Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Sun, 21 Sep 2025 22:08:33 +0200 Subject: [PATCH] release 0.15.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce3f61947..b289ffa93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pie-modules" -version = "0.15.11" +version = "0.15.12" description = "Model and Taskmodule implementations for PyTorch-IE" authors = ["Arne Binder "] readme = "README.md"