From fd030640ed23b3a5dd2fbd7d4acee624646f92f6 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 8 Jan 2022 15:41:43 +0000 Subject: [PATCH] Version 0.2.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7fdac06..7dcdf50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ohayodash -version = 0.1.2 +version = 0.2.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