Skip to content

Commit f9283f2

Browse files
nikosbossegithub-actions[bot]
authored andcommitted
Bump SDK version to 0.16.0 (#5993)
CLAUDE: ## Summary Version-only bump 0.15.0 → 0.16.0 (minor: new public API surface — `CLAUDE_4_8_OPUS_XHIGH` enum value added in #5992). All 11 version-bearing files updated per the bump-sdk-version skill, `CITATION.cff` date set to today, `uv lock` regenerated, and `./uv-all.sh sync` run so transitive lockfiles (`clio/pipeline-nikos`, `cohort/everyrow-cc/veritas`) stay in sync. `tests/test_version.py` passes; no stale `0.15.0` references remain. After this merges (and #5992 is in), I'll create the `v0.16.0` release on the public repo to publish to PyPI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Sourced from commit ab4fb07eef34831561ac1869540ce3f59db1fe50
1 parent 13c1920 commit f9283f2

12 files changed

Lines changed: 19 additions & 19 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "futuresearch",
1212
"source": "./",
1313
"description": "Give Claude Code a research team. Forecast, score, classify, or research every row of a dataset.",
14-
"version": "0.15.0"
14+
"version": "0.16.0"
1515
}
1616
]
1717
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "futuresearch",
33
"description": "Give Claude Code a research team. Forecast, score, classify, or research every row of a dataset.",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"author": {
66
"name": "FutureSearch"
77
},

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ type: software
44
title: "futuresearch"
55
abstract: "A researcher for every row. Run web research agents at scale to forecast, score, classify, deduplicate, merge, or enrich entire datasets."
66
license: MIT
7-
version: 0.15.0
8-
date-released: 2026-06-09
7+
version: 0.16.0
8+
date-released: 2026-06-10
99
repository-code: "https://github.com/futuresearch/everyrow-sdk"
1010
url: "https://futuresearch.ai"
1111
keywords:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Built by [FutureSearch](https://futuresearch.ai).
268268
author = {FutureSearch},
269269
title = {futuresearch},
270270
url = {https://github.com/futuresearch/futuresearch-python},
271-
version = {0.15.0},
271+
version = {0.16.0},
272272
year = {2026},
273273
license = {MIT}
274274
}

futuresearch-mcp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.4",
33
"name": "futuresearch-mcp",
44
"display_name": "FutureSearch MCP Server",
5-
"version": "0.15.0",
5+
"version": "0.16.0",
66
"description": "Give your AI a research team. Forecast, score, classify, or research every row of a dataset.",
77
"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.",
88
"author": {

futuresearch-mcp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "futuresearch-mcp"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "MCP server for futuresearch: a researcher for every row"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"PyJWT[crypto]>=2.8.0",
9-
"futuresearch>=0.15.0",
9+
"futuresearch>=0.16.0",
1010
"httpx>=0.27.0",
1111
"jsonschema>=4.0.0",
1212
"mcp[cli]>=1.0.0",

futuresearch-mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"subfolder": "futuresearch-mcp"
1010
},
1111
"websiteUrl": "https://github.com/futuresearch/futuresearch-python/tree/main/futuresearch-mcp",
12-
"version": "0.15.0",
12+
"version": "0.16.0",
1313
"packages": [
1414
{
1515
"registryType": "pypi",
1616
"registryBaseUrl": "https://pypi.org",
1717
"identifier": "futuresearch-mcp",
18-
"version": "0.15.0",
18+
"version": "0.16.0",
1919
"runtimeHint": "uvx",
2020
"transport": {
2121
"type": "stdio"

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "futuresearch",
33
"description": "Gemini extension for the futuresearch SDK - AI-powered data processing utilities for transforming, deduping, merging, ranking, and classifying dataframes",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"mcpServers": {
66
"futuresearch": {
77
"command": "uvx",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ futuresearch = { workspace = true }
1010

1111
[project]
1212
name = "futuresearch"
13-
version = "0.15.0"
13+
version = "0.16.0"
1414
description = "A researcher for every row. Forecast, score, classify, or research entire datasets."
1515
readme = "README.md"
1616
requires-python = ">=3.12"

stubs/everyrow-mcp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "everyrow-mcp"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "Renamed to futuresearch-mcp. This package is a compatibility shim."
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = ["futuresearch-mcp>=0.15.0"]
7+
dependencies = ["futuresearch-mcp>=0.16.0"]
88

99
[tool.hatch.build.targets.wheel]
1010
packages = ["src/everyrow_mcp"]

0 commit comments

Comments
 (0)