From d2db35f53645efc27303ced4fcae66b66be311cb Mon Sep 17 00:00:00 2001 From: Aman Rusia Date: Sun, 22 Dec 2024 00:08:57 +0530 Subject: [PATCH] Renamed mcp as temporary fix to uvx cache issue --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 84f2c7d..86a60a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] authors = [{ name = "Aman Rusia", email = "gapypi@arcfu.com" }] name = "wcgw" -version = "2.4.0" +version = "2.4.1" description = "Shell and coding agent on claude and chatgpt" readme = "README.md" requires-python = ">=3.11, <3.13" diff --git a/uv.lock b/uv.lock index 30f0488..045d906 100644 --- a/uv.lock +++ b/uv.lock @@ -865,7 +865,7 @@ wheels = [ [[package]] name = "wcgw" -version = "2.4.0" +version = "2.4.1" source = { editable = "." } dependencies = [ { name = "anthropic" },