Bump core verion to 1.3.3

This commit is contained in:
yangdx
2025-04-17 23:55:20 +08:00
parent a30b2340cf
commit fb617d544c

View File

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