diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7031284ea9b0ee31dc2be865e8ff653ca173774a..214705f32b7e800b547ab9fd09550bd812976d14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [6.0.1](https://gitlab.com/to-be-continuous/python/compare/6.0.0...6.0.1) (2022-10-04)
+
+
+### Bug Fixes
+
+* **bandit:** fix shell syntax error ([bb64f96](https://gitlab.com/to-be-continuous/python/commit/bb64f96f228f13da9204567cb45a1d62d53ca121))
+
 # [6.0.0](https://gitlab.com/to-be-continuous/python/compare/5.1.0...6.0.0) (2022-10-04)
 
 
diff --git a/README.md b/README.md
index dc0a19701a01dfcd0b59e8783f4b7fabb6053c2b..f255fdb1d6bd44ea910124050bb2040b7998f77a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/python'
-    ref: '6.0.0'
+    ref: '6.0.1'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 056c18dbecd806f5914dbb1e625f1465fa676b0b..e73c543b91806c126b28d0cbca040635bd5f40ad 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -563,7 +563,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "python", "6.0.0"]
+      command: ["--service", "python", "6.0.1"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: