From 7359a4b49b1a5c19cfacf1eb2229e5afa9c22469 Mon Sep 17 00:00:00 2001 From: Matt Landers Date: Thu, 21 May 2026 12:12:29 -0500 Subject: [PATCH] v0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8868ca..c7a2699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "analytics-mcp" description = "MCP server for Google Analytics" -version = "0.5.0" +version = "0.6.0" # Lower bound of 3.10 due to the 'mcp' dependency: # https://github.com/modelcontextprotocol/python-sdk/blob/main/pyproject.toml requires-python = ">=3.10"