We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2e91a commit 80df83fCopy full SHA for 80df83f
graph_tool_call/__init__.py
@@ -28,7 +28,7 @@
28
"parse_tool",
29
]
30
31
-__version__ = "0.19.0"
+__version__ = "0.19.1"
32
33
# Lazy imports for analyze/assist symbols — avoid loading heavy submodules at import time
34
_LAZY_IMPORTS: dict[str, tuple[str, str]] = {
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "graph-tool-call"
7
-version = "0.19.0"
+version = "0.19.1"
8
description = "Graph-structured tool retrieval for LLM agents — zero-dependency, ontology-aware hybrid search"
9
authors = ["SonAIengine"]
10
license = "MIT"
0 commit comments