diff --git a/doc/conf.py b/doc/conf.py index 13538c34d..dfc617718 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,9 +24,9 @@ author = 'CVision AI' # The short X.Y version -version = '0.0.4' +version = '0.1.0' # The full version, including alpha/beta/rc tags -release = 'beta' +release = '' # -- General configuration --------------------------------------------------- diff --git a/helm/tator/Chart.yaml b/helm/tator/Chart.yaml index aae09edc3..d9e798d54 100644 --- a/helm/tator/Chart.yaml +++ b/helm/tator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tator -version: 0.0.1 +version: 0.1.0 kubeVersion: ">=1.14.3-r0" description: "A web application for video hosting, annotation, and algorithm deployment." type: application