From 5a96f09b7a93096a6f6fbe948392a161900b60bf Mon Sep 17 00:00:00 2001 From: Gus Date: Mon, 9 Sep 2024 14:53:07 +0800 Subject: [PATCH] chore: bump to 0.0.7 --- nano_graphrag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano_graphrag/__init__.py b/nano_graphrag/__init__.py index a080ec0..484e406 100644 --- a/nano_graphrag/__init__.py +++ b/nano_graphrag/__init__.py @@ -1,6 +1,6 @@ from .graphrag import GraphRAG, QueryParam -__version__ = "0.0.6" +__version__ = "0.0.7" __author__ = "Jianbai Ye" __url__ = "https://github.com/gusye1234/nano-graphrag"