Skip to content

Commit

Permalink
fix import error; bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-corbellini committed Dec 15, 2023
1 parent f2103ab commit e368109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingest_anything.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down

0 comments on commit e368109

Please sign in to comment.