Fix issue when source_suffix equals source_link_suffix (#29)

This commit is contained in:
Jared Dillard
2025-07-31 16:17:02 -07:00
committed by GitHub
parent 92f810592e
commit c816fb1ea8
4 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from .manager import LLMSFullManager
from .processor import DocumentProcessor
from .writer import FileWriter
__version__ = "0.3.0"
__version__ = "0.3.1"
# Export classes needed by tests
__all__ = [