Skip to content

Commit 80df83f

Browse files
SonAIengineclaude
andcommitted
chore: v0.19.1 — PyPI 재배포 (0.19.0 이름 충돌)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4f2e91a commit 80df83f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graph_tool_call/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"parse_tool",
2929
]
3030

31-
__version__ = "0.19.0"
31+
__version__ = "0.19.1"
3232

3333
# Lazy imports for analyze/assist symbols — avoid loading heavy submodules at import time
3434
_LAZY_IMPORTS: dict[str, tuple[str, str]] = {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "graph-tool-call"
7-
version = "0.19.0"
7+
version = "0.19.1"
88
description = "Graph-structured tool retrieval for LLM agents — zero-dependency, ontology-aware hybrid search"
99
authors = ["SonAIengine"]
1010
license = "MIT"

0 commit comments

Comments
 (0)