Skip to content

Commit 3eb3a07

Browse files
committed
Bump core version to 1.4.9.5 and API version to 0245
1 parent 9ed1969 commit 3eb3a07

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.4"
3+
__version__ = "1.4.9.5"
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__ = "0244"
1+
__api_version__ = "0245"

0 commit comments

Comments
 (0)