diff --git a/nomad/config.py b/nomad/config.py
index 21ff26fd7af5599f192175e928705f88fa6500db..e86c7ebb6f792c233803b50406c137316ad7fb13 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -193,7 +193,7 @@ client = NomadConfig(
     url='http://localhost:8000/fairdi/nomad/latest/api'
 )
 
-version = '0.5.3'
+version = '0.5.4'
 commit = gitinfo.commit
 release = 'devel'
 domain = 'DFT'
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index 750ded88ceee76bb6b893ff06718cf6c18928993..0e9a63e1de4094727533d937f5a8b1e32077cf1f 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.5.3"
+appVersion: "0.5.4"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.5.3
+version: 0.5.4
diff --git a/setup.py b/setup.py
index e9b269cd8f8e2b886e1294deba44d997dcec7ea0..9f8e7cd5f17ad26cad7bb0abecb475df636d4235 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.3',
+    version='0.5.4',
     description='The nomad@FAIRDI infrastructure python package',
     py_modules=['nomad'],
     install_requires=reqs,