From 584f1977587afb8053be7a33c9e1610883552825 Mon Sep 17 00:00:00 2001 From: Christoph Alt Date: Wed, 9 Mar 2022 09:22:44 +0100 Subject: [PATCH] Release 0.3.1 (#113) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a025602..9744d005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytorch-ie" -version = "0.3.0" +version = "0.3.1" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.rst" authors = ["Christoph Alt "]