Skip to content

Commit baa338c

Browse files
correct package version
1 parent cb91951 commit baa338c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_mcp_server/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
"""Jupyter MCP Server."""
66

7-
__version__ = "0.18.1"
7+
__version__ = "0.18.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"jupyter-kernel-client>=0.7.3",
2525
"jupyter-mcp-tools>=0.1.4",
2626
"jupyter-nbmodel-client>=0.14.4",
27-
"jupyter-server-nbmodel",
27+
"jupyter-server-nbmodel>=0.1.1a4",
2828
"jupyter-server-client",
2929
"jupyter_server>=1.6,<3",
3030
"tornado>=6.1",

0 commit comments

Comments
 (0)