diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index cbea776..22338dd 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.6.0 +appVersion: 0.6.1 description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps. name: ohayodash -version: 0.6.0 +version: 0.6.1 kubeVersion: ">=1.19.0-0" keywords: - ohayodash diff --git a/pyproject.toml b/pyproject.toml index 8a98443..88e466f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ohayodash" -version = "0.6.0" +version = "0.6.1" description = "Ohayo Dash is a Kubernetes driven start page and dashboard" license = "MIT" readme = "README.md" diff --git a/uv.lock b/uv.lock index 3c9e28e..608e51b 100644 --- a/uv.lock +++ b/uv.lock @@ -233,7 +233,7 @@ wheels = [ [[package]] name = "ohayodash" -version = "0.5.0" +version = "0.6.1" source = { editable = "." } dependencies = [ { name = "flask" },