From f4339a2e245991afd954331e529399e6754a2003 Mon Sep 17 00:00:00 2001 From: Gal Shubeli Date: Wed, 5 Feb 2025 13:47:04 +0200 Subject: [PATCH] v0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d7fb77..6650707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "graphrag_sdk" -version = "0.5.0" +version = "0.6.0" license = "MIT" description = "Enables graph-based RAG and integration with LLMs for advanced querying and knowledge graph creation." authors = ["FalkorDB "]