From 39353c24d6a261e62b83e74321884e95d567cd97 Mon Sep 17 00:00:00 2001 From: ArneBinder Date: Fri, 28 Jul 2023 16:10:56 +0200 Subject: [PATCH] release 0.17.0 (#298) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73016498..bcbd95c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytorch-ie" -version = "0.16.0" +version = "0.17.0" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.md" authors = ["Christoph Alt "]