We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892e196 commit 8ba486bCopy full SHA for 8ba486b
Makefile
@@ -8,7 +8,7 @@ SHELL=/bin/bash
8
9
.PHONY: clean build
10
11
-VERSION = 0.16.1
+VERSION = 0.2
12
13
default: all ## default target is all
14
jupyter_mcp_server/__version__.py
@@ -4,4 +4,4 @@
4
5
"""Jupyter MCP Server."""
6
7
-__version__ = "0.16.1"
+__version__ = "0.16.2"
0 commit comments