diff --git a/nomad/config.py b/nomad/config.py
index 6cc75e436990db2ca72ca97b5e657907dc7a796a..d5bc207e0d0de491f675611001b7f86a69fffc73 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -192,7 +192,7 @@ client = NomadConfig(
     url='http://localhost:8000/fairdi/nomad/latest/api'
 )
 
-version = '0.6.0'
+version = '0.6.2'
 commit = gitinfo.commit
 release = 'devel'
 domain = 'DFT'
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index 787b7894f5acc792e2a839d0b16d7688dba45eac..1f6e94d5ab4269f234f7c4be0dd4b47b3be215f2 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.6.0"
+appVersion: "0.6.2"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.6.0
+version: 0.6.2
diff --git a/setup.py b/setup.py
index 3b733e4bd72422fe3a735548bf7c7e921e04e2cf..52d7e919ff4497a3d8eafdd86598a555866cb0b6 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.6.0',
+    version='0.6.2',
     description='The nomad@FAIRDI infrastructure python package',
     py_modules=['nomad'],
     install_requires=reqs,