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"