Fix encoding of Unicode characters

This commit is contained in:
Jared Dillard
2026-03-18 21:44:31 -07:00
parent f6596dd1ec
commit 97beb3c797
4 changed files with 93 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from .manager import LLMSFullManager
from .processor import DocumentProcessor
from .writer import FileWriter
__version__ = "0.7.1"
__version__ = "0.7.2"
# Export classes needed by tests
__all__ = [