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