diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 8d6c44ed8f801a8f0b279b9f9a6c0bbbf2161a1b..f7005b4997348165e557cd6eef6c85d0fdc50dec 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.45
+current_version = 2.0.46
 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 4d5e827cf671739d353b83536c7bcefd222eac71..58ace4b5e925361df759ce78d4edeca81562876d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -91,4 +91,4 @@ EXPOSE 80
 ENTRYPOINT ["./entrypoint.sh"]
 CMD ["/opt/core/run-httpd.sh"]
 
-LABEL version="2.0.45"
+LABEL version="2.0.46"
diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml
index e62c1595f9f4394514e95d57ec131e874f06aebe..78454b6d1c59e66eef2b090a80910c97e1037953 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.45"
+version: "2.0.46"
 
 # 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.45"
+appVersion: "2.0.46"
diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml
index 847baf684bfdae40809b8e98fc919905649c1ae4..fd68a31e7e8b268eef9c68cd6f43541d65d6ea9e 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.45"
+version: "2.0.46"
 
 # 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.45"
+appVersion: "2.0.46"
diff --git a/setup.py b/setup.py
index d6eaad4ccb0bf742189cccf1ac39a3176fef7b88..f87947387f01c54567e23e06d48bca409d0e400d 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = ""
 
 setup(
     name="registrar",  # Replace with your own username
-    version="2.0.45",
+    version="2.0.46",
     author="",
     author_email="",
     description="registrar for PVS",