From 2bb292f527403a4c0a493844c58e7936bd16406a Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Wed, 13 Sep 2023 20:26:40 +0200 Subject: [PATCH] release 0.24.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed4893f7..40157be6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytorch-ie" -version = "0.23.0" +version = "0.24.0" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.md" authors = ["Christoph Alt "]