Skip to content

Commit 910b101

Browse files
authored
chore: release 0.4.2 — adaptive mermaid aggregation depth (#57)
1 parent 47c4849 commit 910b101

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "repokg"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Generate an AI-ready knowledge graph (KNOWLEDGE_GRAPH.md + kg.json) of any codebase: modules, dependency edges, branches, PRs, ops surface."
99
readme = "README.md"
1010
license = { text = "MIT" }

src/repokg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""repokg: generate an AI-ready knowledge graph of any codebase."""
22

3-
__version__ = "0.4.1"
3+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)