From 234f05977408b7c7e1474ef3d7d9a05626a7bcf2 Mon Sep 17 00:00:00 2001 From: ArneBinder Date: Sun, 26 Nov 2023 06:34:03 +0100 Subject: [PATCH] release 0.29.2 (#383) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52f92eae..bf209b00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytorch-ie" -version = "0.29.1" +version = "0.29.2" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.md" authors = ["Christoph Alt "]