From 90737c3b1b885ce7f7d9853848dd75a13ad5e3dd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 24 Dec 2021 06:24:05 +0000 Subject: [PATCH] Version 0.1.0 --- charts/ohayodash/Chart.yaml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index 8abe4bd..252ec37 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.0.1 +appVersion: 0.1.0 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.0.3 +version: 0.1.0 kubeVersion: ">=1.16.0-0" keywords: - ohayodash diff --git a/setup.cfg b/setup.cfg index 51a13d8..e084bdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ohayodash -version = 0.0.2 +version = 0.1.0 description = A Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps. long_description = file: README.md, LICENSE license = MIT