Update __init__.py

This commit is contained in:
zrguo
2025-07-22 02:25:00 +08:00
committed by GitHub
parent f40fe6fbf3
commit 9f9fb68010

View File

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