We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabb23d commit e1f40ccCopy full SHA for e1f40cc
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "mcp-codebase-index"
7
-version = "0.3.0"
+version = "0.4.0"
8
description = "Structural codebase indexer with MCP server for AI-assisted development"
9
requires-python = ">=3.11"
10
readme = "README.md"
src/mcp_codebase_index/__init__.py
@@ -18,4 +18,4 @@
18
19
"""Structural codebase indexer with MCP server for AI-assisted development."""
20
21
-__version__ = "0.3.0"
+__version__ = "0.4.0"
0 commit comments