Skip to content

Commit 045f8de

Browse files
caidishclaude
andcommitted
Bump version to 2.3.5
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4c9f151 commit 045f8de

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
project = "InstrMCP"
1515
copyright = "2025, Jiaqi Cai"
1616
author = "Jiaqi Cai"
17-
release = "2.3.4"
18-
version = "2.3.4"
17+
release = "2.3.5"
18+
version = "2.3.5"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

instrmcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
and measurement systems through standardized MCP interfaces.
77
"""
88

9-
__version__ = "2.3.4"
9+
__version__ = "2.3.5"
1010
__author__ = "Jiaqi Cai"
1111
__email__ = "jiaqic@mit.edu"
1212
__license__ = "MIT"

instrmcp/extensions/jupyterlab/mcp_active_cell_bridge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# Package metadata
8-
__version__ = "2.3.4"
8+
__version__ = "2.3.5"

instrmcp/extensions/jupyterlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-active-cell-bridge",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "JupyterLab extension to bridge active cell content to MCP server",
55
"keywords": [
66
"jupyter",

instrmcp/servers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MCP server implementations for instrument control.
44
"""
55

6-
__version__ = "2.3.4"
6+
__version__ = "2.3.5"
77

88
# Import servers
99
from .jupyter_qcodes.mcp_server import JupyterMCPServer

instrmcp/servers/jupyter_qcodes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
running in a Jupyter kernel without arbitrary code execution.
66
"""
77

8-
__version__ = "2.3.4"
8+
__version__ = "2.3.5"
99

1010
# Re-export extension loading functions
1111
from .jupyter_mcp_extension import load_ipython_extension, unload_ipython_extension

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "instrmcp"
7-
version = "2.3.4"
7+
version = "2.3.5"
88
description = "MCP server suite for physics laboratory instrumentation control"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)