Skip to content

Commit 8ba486b

Browse files
bump
1 parent 892e196 commit 8ba486b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SHELL=/bin/bash
88

99
.PHONY: clean build
1010

11-
VERSION = 0.16.1
11+
VERSION = 0.2
1212

1313
default: all ## default target is all
1414

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.16.1"
7+
__version__ = "0.16.2"

0 commit comments

Comments
 (0)