From 21bb1f8b9c42a4a17a35c80482ca8c234cff4842 Mon Sep 17 00:00:00 2001 From: Scott McCarty Date: Sat, 21 Mar 2026 02:24:01 -0400 Subject: [PATCH] Bump version to 0.4.0 Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- src/mcp_trove_crunchtools/__init__.py | 2 +- src/mcp_trove_crunchtools/server.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26b43e5..3a1192b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-trove-crunchtools" -version = "0.3.0" +version = "0.4.0" description = "Self-hosted local file indexing MCP server with semantic search" requires-python = ">=3.11" license = "AGPL-3.0-or-later" diff --git a/src/mcp_trove_crunchtools/__init__.py b/src/mcp_trove_crunchtools/__init__.py index f0d192d..0cb548d 100644 --- a/src/mcp_trove_crunchtools/__init__.py +++ b/src/mcp_trove_crunchtools/__init__.py @@ -5,7 +5,7 @@ import argparse import sys -__version__ = "0.3.0" +__version__ = "0.4.0" def main() -> None: diff --git a/src/mcp_trove_crunchtools/server.py b/src/mcp_trove_crunchtools/server.py index 94fd953..37b9bb2 100644 --- a/src/mcp_trove_crunchtools/server.py +++ b/src/mcp_trove_crunchtools/server.py @@ -21,7 +21,7 @@ mcp = FastMCP( "mcp-trove-crunchtools", - version="0.3.0", + version="0.4.0", instructions=( "Self-hosted local file indexing MCP server with semantic search. " "Index any local directory and search over contents using hybrid "