Update __init__.py

This commit is contained in:
Daniel.y 2025-03-25 15:28:03 +08:00 committed by GitHub
parent 0cb32df1f1
commit 9b2c31f30e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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