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"] },