Skip to content

Commit 4a34d4f

Browse files
authored
chore: release 0.4.0 — JS/TS alias + workspace import resolution (#38)
1 parent 20bce54 commit 4a34d4f

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.3.2"
7+
version = "0.4.0"
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.3.2"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)