Increment the release version to 1.2.8

This commit is contained in:
yangdx
2025-03-22 15:41:17 +08:00
parent 09adcf88e1
commit 21ec8166f4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1 +1 @@
__api_version__ = "1.2.0"
__api_version__ = "1.2.1"