Update __init__.py

This commit is contained in:
zrguo
2025-07-24 15:00:48 +08:00
parent 8d4bb554a1
commit 7775bb35ea

View File

@@ -1,7 +1,7 @@
from .raganything import RAGAnything as RAGAnything
from .config import RAGAnythingConfig as RAGAnythingConfig
__version__ = "1.2.4"
__version__ = "1.2.5"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/RAG-Anything"