From 4fb2e506c607cb5e37674003fe21685dd065fef3 Mon Sep 17 00:00:00 2001 From: Dmitry Teryaev Date: Sun, 24 May 2026 21:57:31 +0300 Subject: [PATCH] bump version to 0.2.0 Co-Authored-By: Claude Opus 4.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1db883f..74ac683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "java-codebase-rag" -version = "0.1.0" +version = "0.2.0" description = "MCP server for semantic + structural search over Java codebases" readme = "README.md" requires-python = ">=3.11"