diff --git a/gui/package.json b/gui/package.json
index e730c60823f37b7b018dc973b56120ff394339f3..69f277622fadb1706ad4a03eddbd18a645c624f5 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -57,5 +57,5 @@
     "eslint-plugin-standard": "^3.1.0",
     "serve": "^10.0.0"
   },
-  "homepage": "http://example.com/fairdi/nomad/latest/gui"
+  "homepage": "https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR"
 }
diff --git a/nomad/config.py b/nomad/config.py
index d5bc207e0d0de491f675611001b7f86a69fffc73..e3aad62400d6633d22c3394f710929043342f74b 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -192,7 +192,7 @@ client = NomadConfig(
     url='http://localhost:8000/fairdi/nomad/latest/api'
 )
 
-version = '0.6.2'
+version = '0.6.3'
 commit = gitinfo.commit
 release = 'devel'
 domain = 'DFT'
diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml
index 1f6e94d5ab4269f234f7c4be0dd4b47b3be215f2..45768d06a84518474dfff791651d93546f3950f2 100644
--- a/ops/helm/nomad/Chart.yaml
+++ b/ops/helm/nomad/Chart.yaml
@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: "0.6.2"
+appVersion: "0.6.3"
 description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
 name: nomad
-version: 0.6.2
+version: 0.6.3
diff --git a/setup.py b/setup.py
index 52d7e919ff4497a3d8eafdd86598a555866cb0b6..c72660d97cfb58ac7c53eff2bc52a18207c8c35b 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.6.2',
+    version='0.6.3',
     description='The nomad@FAIRDI infrastructure python package',
     py_modules=['nomad'],
     install_requires=reqs,