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 "]