diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 6950a30422ef13be3f9b599a5357aa210837c9a2..c2042bffc7f25ef3f3c6a78a0bdc3f7e02b91087 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.39
+current_version = 2.0.40
 commit = True
 tag = True
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
diff --git a/Dockerfile b/Dockerfile
index de4157a0cc29d64cdbc560b1ba7bbd430ad3d1fb..f41c78357caf043ab0b538a2dd77b89a6a280fab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -90,4 +90,4 @@ EXPOSE 80
 ENTRYPOINT ["./entrypoint.sh"]
 CMD ["/opt/core/run-httpd.sh"]
 
-LABEL version="2.0.39"
+LABEL version="2.0.40"
diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml
index 891f48c357852a9ce8a33e7c00ad58eba912dc43..2a1e95540a4a2d2ba38bae4c039841878fdb14ea 100644
--- a/charts/vs-registrar/Chart.yaml
+++ b/charts/vs-registrar/Chart.yaml
@@ -19,10 +19,10 @@ maintainers:
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: "2.0.39"
+version: "2.0.40"
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.0.39"
+appVersion: "2.0.40"
diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml
index 7750f5bf6cadfd24b982add32deb093fa1dafd46..fb03a6850671d3a21ffe29c84099abdba3790563 100644
--- a/charts/vs-renderer/Chart.yaml
+++ b/charts/vs-renderer/Chart.yaml
@@ -19,10 +19,10 @@ maintainers:
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: "2.0.39"
+version: "2.0.40"
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.0.39"
+appVersion: "2.0.40"
diff --git a/setup.py b/setup.py
index 457eb8024b20be7fdfdc62f6c897c107346d75ff..2f96d8907f3a51543ca61fc65396cf50eb66dbe7 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = ""
 
 setup(
     name="registrar",  # Replace with your own username
-    version="2.0.39",
+    version="2.0.40",
     author="",
     author_email="",
     description="registrar for PVS",