diff --git a/nomad/config.py b/nomad/config.py
index 21a391aee6bc3dd1562556e253e09d0f3d4d3049..f49811e2fcdaba666e50d8a841cfbf0ed4db028f 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -195,7 +195,7 @@ datacite = NomadConfig(
     password='*'
 )
 
-version = '0.7.0'
+version = '0.7.1'
 commit = gitinfo.commit
 release = 'devel'
 domain = 'DFT'
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index ee30ccb632c53cd7c521425500ca5681f75e14ec..7d77e18c7a3c4d4c91dd4a9867174c62956e67a5 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.7.0"
+appVersion: "0.7.1"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.7.0
+version: 0.7.1
diff --git a/setup.py b/setup.py
index f151c837a5795a71030c088acc46165fbaa9e437..97138c02c91743fc1f003b13bce150bbcd5e2c94 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.7.0',
+    version='0.7.1',
     description='The nomad@FAIRDI infrastructure python package',
     py_modules=['nomad'],
     install_requires=reqs,