From e3681097d5df57ca26288673d51d85d0da0de08f Mon Sep 17 00:00:00 2001 From: Nicola Date: Fri, 15 Dec 2023 18:50:12 +0100 Subject: [PATCH] fix import error; bump to 0.0.3 --- ingest_anything.py | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingest_anything.py b/ingest_anything.py index c2f4084..af6de44 100644 --- a/ingest_anything.py +++ b/ingest_anything.py @@ -3,7 +3,7 @@ from cat.mad_hatter.decorators import hook -from parsers import YoutubeParser, TableParser, DocxParser, JSONParser +from .parsers import YoutubeParser, TableParser, JSONParser @hook diff --git a/plugin.json b/plugin.json index c412271..467a74c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "IngestAnything", - "version": "0.0.2", + "version": "0.0.3", "description": "This plugin extends the RabbitHole's capabilities and allows ingesting a handful of extra formats.", "author_name": "Nicola Corbellini", "author_url": "",