From 84b79cbb0697229b62f58a30ff680a3b3b9f006b Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Tue, 8 Nov 2022 11:56:51 +0000 Subject: [PATCH] :bookmark: v0.0.5 Relations Extraction --- zshot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshot/__init__.py b/zshot/__init__.py index 7d83fd1..deeb19e 100644 --- a/zshot/__init__.py +++ b/zshot/__init__.py @@ -1,4 +1,4 @@ from zshot.zshot import MentionsExtractor, Linker, Zshot, PipelineConfig, RelationsExtractor # noqa: F401 from zshot.utils.displacy.displacy import displacy # noqa: F401 -__version__ = '0.0.4' +__version__ = '0.0.5'