diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index 76e1b65bedb64ce8e024ff32639c3fe47ebeefc0..bb83caf11ed77616771dc4af637870c63ca41ea8 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.3.0" +appVersion: "0.4.1" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.3.0 +version: 0.4.1 diff --git a/setup.py b/setup.py index ea87ead1610168a02d541208ae6c6fdf00676dae..44f12460a5963c68b3d7e87d98021d6902999831 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in setup( name='nomad', - version='0.4.0', + version='0.4.1', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs,