diff --git a/pyproject.toml b/pyproject.toml index bcbd95c3..1a94d1cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytorch-ie" -version = "0.17.0" +version = "0.17.1" description = "State-of-the-art Information Extraction in PyTorch" readme = "README.md" authors = ["Christoph Alt "]