We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74fc1a commit 325154fCopy full SHA for 325154f
plugin/kubectl_marimo/__init__.py
@@ -1,3 +1,3 @@
1
"""kubectl-marimo: Deploy marimo notebooks to Kubernetes."""
2
3
-__version__ = "0.2.0"
+__version__ = "0.2.1"
plugin/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "kubectl-marimo"
-version = "0.2.0"
+version = "0.2.1"
4
description = "kubectl plugin for deploying marimo notebooks to Kubernetes"
5
readme = "README.md"
6
license = {text = "Apache-2.0"}
0 commit comments