From 334793b7a8f43ad6fc1abe2ad46f569e1aae8aa4 Mon Sep 17 00:00:00 2001 From: rajkumarsakthivel Date: Fri, 8 May 2026 13:06:54 +0100 Subject: [PATCH] chore: bump version to 0.4.19 --- pyproject.toml | 2 +- server.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c200e8a..f63f350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "code-context-engine" -version = "0.4.18" +version = "0.4.19" description = "Save 94% on Claude Code tokens. Index your codebase locally, AI agents search instead of reading files. Reduce Claude API costs, save tokens on Cursor, VS Code, Gemini CLI. Free, open source MCP server." readme = {file = "README.md", content-type = "text/markdown"} license = "MIT" diff --git a/server.json b/server.json index 8ae1dbf..2763f0c 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/elara-labs/code-context-engine", "source": "github" }, - "version": "0.4.18", + "version": "0.4.19", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "code-context-engine", - "version": "0.4.18", + "version": "0.4.19", "runtimeHint": "uvx", "transport": { "type": "stdio"