diff --git a/pyproject.toml b/pyproject.toml index f05dde0..157aaf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mathematica_mcp" -version = "0.1.11" +version = "0.1.12" description = "MCP server for WolframScript" keywords = ["mcp", "model-context-protocol", "mathematica", "wolframscript"] classifiers = [ diff --git a/server.json b/server.json index 7babc0e..f557ca0 100644 --- a/server.json +++ b/server.json @@ -6,12 +6,12 @@ "url": "https://github.com/lars20070/mathematica-mcp", "source": "github" }, - "version": "0.1.11", + "version": "0.1.12", "packages": [ { "registryType": "pypi", "identifier": "mathematica_mcp", - "version": "0.1.11", + "version": "0.1.12", "transport": { "type": "stdio" } diff --git a/uv.lock b/uv.lock index f141165..17397de 100644 --- a/uv.lock +++ b/uv.lock @@ -819,7 +819,7 @@ wheels = [ [[package]] name = "mathematica-mcp" -version = "0.1.11" +version = "0.1.12" source = { editable = "." } dependencies = [ { name = "fastmcp" },