Skip to content

Commit b133a20

Browse files
committed
release: bump pkg/npm + pkg/pypi to v0.7.0
The release.yml workflow publishes both wrappers as-is from the repo; they were still pinned to 0.6.1, which made the npm publish step try to republish v0.6.1 instead of v0.7.0.
1 parent 82d5c84 commit b133a20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-memory-mcp",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Fast code intelligence engine for AI coding agents — single static binary MCP server",
55
"license": "MIT",
66
"repository": {

pkg/pypi/pyproject.toml

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

55
[project]
66
name = "codebase-memory-mcp"
7-
version = "0.6.1"
7+
version = "0.7.0"
88
description = "Fast code intelligence engine for AI coding agents — single static binary MCP server"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)