diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0600bc60..22188efe 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "futuresearch", "description": "Give Claude Code a research team. Forecast, score, classify, or research every row of a dataset.", - "version": "0.7.0", + "version": "0.8.0", "author": { "name": "FutureSearch" }, diff --git a/futuresearch-mcp/manifest.json b/futuresearch-mcp/manifest.json index a95085fa..943aa454 100644 --- a/futuresearch-mcp/manifest.json +++ b/futuresearch-mcp/manifest.json @@ -2,7 +2,7 @@ "manifest_version": "0.4", "name": "futuresearch-mcp", "display_name": "FutureSearch MCP Server", - "version": "0.7.0", + "version": "0.8.0", "description": "Give your AI a research team. Forecast, score, classify, or research every row of a dataset.", "long_description": "MCP server for futuresearch: give your AI a research team. Each operation dispatches web research agents across a dataset to forecast, score, classify, deduplicate, merge, or research at scale.", "author": { diff --git a/futuresearch-mcp/pyproject.toml b/futuresearch-mcp/pyproject.toml index 8785a59d..97c178bc 100644 --- a/futuresearch-mcp/pyproject.toml +++ b/futuresearch-mcp/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "futuresearch-mcp" -version = "0.7.0" +version = "0.8.0" description = "MCP server for futuresearch: a researcher for every row" readme = "README.md" requires-python = ">=3.12" dependencies = [ "PyJWT[crypto]>=2.8.0", - "futuresearch>=0.7.0", + "futuresearch>=0.8.0", "httpx>=0.27.0", "jsonschema>=4.0.0", "mcp[cli]>=1.0.0", diff --git a/futuresearch-mcp/server.json b/futuresearch-mcp/server.json index 1037af7a..01334900 100644 --- a/futuresearch-mcp/server.json +++ b/futuresearch-mcp/server.json @@ -9,13 +9,13 @@ "subfolder": "futuresearch-mcp" }, "websiteUrl": "https://github.com/futuresearch/everyrow-sdk/tree/main/futuresearch-mcp", - "version": "0.7.0", + "version": "0.8.0", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "futuresearch-mcp", - "version": "0.7.0", + "version": "0.8.0", "runtimeHint": "uvx", "transport": { "type": "stdio" diff --git a/pyproject.toml b/pyproject.toml index f1fef84f..b6ab9e5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ futuresearch = { workspace = true } [project] name = "futuresearch" -version = "0.7.0" +version = "0.8.0" description = "A researcher for every row. Forecast, score, classify, or research entire datasets." readme = "README.md" requires-python = ">=3.12" diff --git a/stubs/everyrow-mcp/pyproject.toml b/stubs/everyrow-mcp/pyproject.toml index e3927b3c..a0ff4bdb 100644 --- a/stubs/everyrow-mcp/pyproject.toml +++ b/stubs/everyrow-mcp/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "everyrow-mcp" -version = "0.7.0" +version = "0.8.0" description = "Renamed to futuresearch-mcp. This package is a compatibility shim." readme = "README.md" requires-python = ">=3.12" -dependencies = ["futuresearch-mcp>=0.7.0"] +dependencies = ["futuresearch-mcp>=0.8.0"] [tool.hatch.build.targets.wheel] packages = ["src/everyrow_mcp"] diff --git a/stubs/everyrow/pyproject.toml b/stubs/everyrow/pyproject.toml index 25447c8d..badec485 100644 --- a/stubs/everyrow/pyproject.toml +++ b/stubs/everyrow/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "everyrow" -version = "0.7.0" +version = "0.8.0" description = "Renamed to futuresearch. This package is a compatibility shim." readme = "README.md" requires-python = ">=3.12" -dependencies = ["futuresearch>=0.7.0"] +dependencies = ["futuresearch>=0.8.0"] [tool.hatch.build.targets.wheel] packages = ["src/everyrow"]