Merge pull request #1219 from danielaskdd/main

Bump core version to 1.3.1
This commit is contained in:
Daniel.y 2025-03-29 01:17:51 +08:00 committed by GitHub
commit a7556fccb5
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.3.0"
__version__ = "1.3.1"
__author__ = "Zirui Guo"
__url__ = "https://github.com/HKUDS/LightRAG"