Skip to content

Commit

Permalink
bumping up version
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch3712 committed Jun 17, 2024
1 parent 3d49019 commit 508e7e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "extract_thinker"
version = "0.0.7"
version = "0.0.8"
description = "Library to extract data from files and documents agnositicaly using LLMs"
authors = ["Júlio Almeida <[email protected]>"]
readme = "README.md"
Expand Down
3 changes: 0 additions & 3 deletions tests/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import asyncio
from dotenv import load_dotenv

import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))

from extract_thinker.extractor import Extractor
from extract_thinker.process import Process, ClassificationStrategy
from extract_thinker.document_loader.document_loader_tesseract import DocumentLoaderTesseract
Expand Down

0 comments on commit 508e7e3

Please sign in to comment.