From b7fb1ba08b54847224a71565ecede0e43983e896 Mon Sep 17 00:00:00 2001 From: Christoph Alt Date: Sun, 24 Apr 2022 17:00:06 +0200 Subject: [PATCH] Release 0.3.3 (#138) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62ddbc72..9ff6244b 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.2" +version = "0.3.3" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.rst" authors = ["Christoph Alt "]