diff --git a/gui/package.json b/gui/package.json
index d9ae2bb3df73ea1af723bede3b187d75ddb5e067..4f6ea6b3d875dfce77670d520ef2c4ed77a93ca2 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nomad-fair-gui",
-  "version": "0.7.5",
+  "version": "0.7.6",
   "commit": "nomad-gui-commit-placeholder",
   "private": true,
   "dependencies": {
diff --git a/nomad/config.py b/nomad/config.py
index 089bf04827851557449867a63184087a0b5cbcdd..1027114ebfe7b3f38598a9e684b0c33efcd261c2 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -208,7 +208,7 @@ datacite = NomadConfig(
     password='*'
 )
 
-version = '0.7.5'
+version = '0.7.6'
 commit = gitinfo.commit
 release = 'devel'
 domain = 'DFT'
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index 582a6adbde3baf0ba8cc7dec1b6105b41a0609cc..b1ecb1788d4a6c6e1d7eb9fa94110ceb73a1c30e 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.7.5"
+appVersion: "0.7.6"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.7.5
+version: 0.7.6
diff --git a/setup.py b/setup.py
index b8f2ceb0ed163af56adefb1a92be092229d65fef..a8c876a6f9a5e580f43667ca25ffc676bc1619f8 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.5',
+    version='0.7.6',
     description='The nomad@FAIRDI infrastructure python package',
     py_modules=['nomad'],
     install_requires=reqs,