From 9d4422c36b9801bcc682cbf24e4bd60182256c4a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 15 Aug 2025 23:08:05 +0100 Subject: [PATCH] Version 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c320d15..8a98443 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ohayodash" -version = "0.5.0" +version = "0.6.0" description = "Ohayo Dash is a Kubernetes driven start page and dashboard" license = "MIT" readme = "README.md"