Update __init__.py

This commit is contained in:
zrguo
2025-03-01 17:47:53 +08:00
parent 4219454fab
commit a923ee89b0

View File

@@ -1,5 +1,5 @@
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
__version__ = "1.2.2"
__version__ = "1.2.3"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"