diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 0b2c706f92aaaf0f034ce9f07b67bc8eb31ed153..7f3089aba3cda263b66c6d5176958b928d7b91bc 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.0
+current_version = 3.0.1
 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 5f70927f9376b0f21c959e91216d2a08b91eafcc..f6fd0864789ef4f93850a099f34ecd6cef4a0f13 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -88,4 +88,4 @@ EXPOSE 80
 ENTRYPOINT ["./entrypoint.sh"]
 CMD ["/opt/core/run-httpd.sh"]
 
-LABEL version="3.0.0"
+LABEL version="3.0.1"
diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml
index 62703a8eae23628d69748ef9666a6cae1f4c9063..d31afe922886ad2003b9ae9319d160fb5d07159c 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: "3.0.0"
+version: "3.0.1"
 
 # 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: "3.0.0"
+appVersion: "3.0.1"
diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml
index a2beb8915234c56af89952c942832d0e49f20200..ddaf547e9e9895e046ab4181bf933ff777c25d74 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: "3.0.0"
+version: "3.0.1"
 
 # 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: "3.0.0"
+appVersion: "3.0.1"
diff --git a/setup.py b/setup.py
index 664f3cdfbb8b68caacd3fc5cf53a85991f48b6f5..c46283ee0bc2f4ab6cd34386bf7d0fd54802b9bc 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = ""
 
 setup(
     name="registrar",  # Replace with your own username
-    version="3.0.0",
+    version="3.0.1",
     author="",
     author_email="",
     description="registrar for PVS",