Skip to content

Commit b56a396

Browse files
authored
chore: bump version to 0.1.3 (#24)
Signed-off-by: Cheney Zhang <chen.zhang@zilliz.com>
1 parent 8354850 commit b56a396

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vector-graph-rag"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A Graph RAG implementation using pure vector search with Milvus"
55
readme = "README.md"
66
license = { text = "MIT" }

src/vector_graph_rag/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from vector_graph_rag.rag import VectorGraphRAG, create_rag
1919
from vector_graph_rag.llm.cache import LLMCache, get_llm_cache
2020

21-
__version__ = "0.1.2"
21+
__version__ = "0.1.3"
2222

2323
__all__ = [
2424
"Settings",

0 commit comments

Comments
 (0)