Fix image paths to deployed images (#30)

This commit is contained in:
Jared Dillard
2025-08-03 20:47:38 -07:00
committed by GitHub
parent c816fb1ea8
commit 368c349d58
4 changed files with 242 additions and 40 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from .manager import LLMSFullManager
from .processor import DocumentProcessor
from .writer import FileWriter
__version__ = "0.3.1"
__version__ = "0.3.2"
# Export classes needed by tests
__all__ = [