From dec4e3a1cfd97f9f13ca441d645f5c3fac6cc729 Mon Sep 17 00:00:00 2001
From: ArneBinder <ArneBinder@users.noreply.github.com>
Date: Wed, 7 Jun 2023 19:04:24 +0200
Subject: [PATCH] release 0.15.1 (#281)

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 693591bc..8b33bc22 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "pytorch-ie"
-version = "0.15.0"
+version = "0.15.1"
 description = "State-of-the-art Information Extraction in PyTorch"
 readme = "README.md"
 authors = ["Christoph Alt <christoph.alt@posteo.de>"]