diff --git a/gui/package.json b/gui/package.json
index 8eb7df998c2ea7facfaa469910e2caf0667d865d..cf8ff780585a06a9862ec6d6723cad6868736b93 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nomad-fair-gui",
-  "version": "0.7.8",
+  "version": "0.7.9",
   "commit": "nomad-gui-commit-placeholder",
   "private": true,
   "dependencies": {
diff --git a/nomad/config.py b/nomad/config.py
index 2aaa968a4654e2a5632d68261b194d8f0259460a..ecc4f25ce035599db12cd40c4d6b30636bb517e7 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -208,7 +208,7 @@ datacite = NomadConfig(
     password='*'
 )
 
-version = '0.7.8'
+version = '0.7.9'
 commit = gitinfo.commit
 release = 'devel'
 domain = 'DFT'
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index 73262e6a128a91542e27aa24211b2ee5ebfeb715..104eadc76decf6f4ee34dbaa51d3b40d6a1214f1 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.7.8"
+appVersion: "0.7.9"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.7.8
+version: 0.7.9
diff --git a/setup.py b/setup.py
index d4ab89aae57d995ecc76135b85ff36bc8cf930fd..f64432483497f625fbf8e860af5b5ff2527ebccb 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.8',
+    version='0.7.9',
     description='The nomad@FAIRDI infrastructure python package',
     py_modules=['nomad'],
     install_requires=reqs,