Skip to content

Commit 3304e19

Browse files
committed
Bump core version to 1.4.10 and API version to 0271
1 parent 9bf9f13 commit 3304e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightrag/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .lightrag import LightRAG as LightRAG, QueryParam as QueryParam
22

3-
__version__ = "1.4.9.12"
3+
__version__ = "1.4.10"
44
__author__ = "Zirui Guo"
55
__url__ = "https://github.com/HKUDS/LightRAG"

lightrag/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__api_version__ = "0270"
1+
__api_version__ = "0271"

0 commit comments

Comments
 (0)