From 1abb4383b1508a383fedc89626ad558e19694533 Mon Sep 17 00:00:00 2001 From: Mathew Goldsborough <1759329+mgoldsborough@users.noreply.github.com> Date: Sat, 23 May 2026 08:08:22 -1000 Subject: [PATCH] chore: bump to 0.3.0 Minor bump for the seed_uri + seed_data feature add merged in #8 (Phase 2c host-resources SDK adoption). Cuts the first synapse-research release that can anchor research on a workspace file. See the GitHub release notes on v0.3.0 for user-visible changes; this commit only touches manifest.json / pyproject.toml / __init__.py via `make bump`. --- manifest.json | 2 +- pyproject.toml | 2 +- src/mcp_research/__init__.py | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 5703e18..2cdfbb8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": "0.4", "name": "@nimblebraininc/synapse-research", - "version": "0.2.2", + "version": "0.3.0", "description": "Research runs powered by MCP tasks. Kick off long-running research and track progress in real time.", "author": { "name": "NimbleBrain Inc." diff --git a/pyproject.toml b/pyproject.toml index f40114a..8258842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "synapse-research" -version = "0.2.2" +version = "0.3.0" description = "Research runs powered by MCP tasks — kick off long-running research and track progress in real time." requires-python = ">=3.13" dependencies = [ diff --git a/src/mcp_research/__init__.py b/src/mcp_research/__init__.py index edd9cd8..99a71d0 100644 --- a/src/mcp_research/__init__.py +++ b/src/mcp_research/__init__.py @@ -5,4 +5,4 @@ at `mcp_research.worker` once dial tone is validated. """ -__version__ = "0.2.2" +__version__ = "0.3.0" diff --git a/uv.lock b/uv.lock index 17a4318..5539c1d 100644 --- a/uv.lock +++ b/uv.lock @@ -3834,7 +3834,7 @@ wheels = [ [[package]] name = "synapse-research" -version = "0.2.2" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "fastmcp", extra = ["tasks"] },