From e4076a73c4e8b35c9c8d1f3277209bbae0dffba3 Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Thu, 4 Apr 2024 17:40:05 +0200 Subject: [PATCH] release 0.30.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4276ed6..802d8f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytorch-ie" -version = "0.30.1" +version = "0.30.2" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.md" authors = ["Christoph Alt "]