Skip to content

Commit e1f40cc

Browse files
RecoDemoclaude
andcommitted
Bump version to 0.4.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent eabb23d commit e1f40cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "mcp-codebase-index"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Structural codebase indexer with MCP server for AI-assisted development"
99
requires-python = ">=3.11"
1010
readme = "README.md"

src/mcp_codebase_index/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
"""Structural codebase indexer with MCP server for AI-assisted development."""
2020

21-
__version__ = "0.3.0"
21+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)