Skip to content

Commit 325154f

Browse files
committed
release: v0.2.1
1 parent f74fc1a commit 325154f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/kubectl_marimo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""kubectl-marimo: Deploy marimo notebooks to Kubernetes."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"

plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kubectl-marimo"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "kubectl plugin for deploying marimo notebooks to Kubernetes"
55
readme = "README.md"
66
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)