From 15297343106fbc80bcac0c129b5c87624892a573 Mon Sep 17 00:00:00 2001 From: ArneBinder Date: Sat, 23 Sep 2023 18:59:37 +0200 Subject: [PATCH] release 0.24.3 (#350) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 514be676..6c06dff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytorch-ie" -version = "0.24.2" +version = "0.24.3" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.md" authors = ["Christoph Alt "]