diff --git a/CHANGELOG.md b/CHANGELOG.md
index 214705f32b7e800b547ab9fd09550bd812976d14..52005701a417243086796153824faa2132ad3ea5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [6.0.2](https://gitlab.com/to-be-continuous/python/compare/6.0.1...6.0.2) (2022-10-17)
+
+
+### Bug Fixes
+
+* bumpversion when using only setup.py. Refs: [#36](https://gitlab.com/to-be-continuous/python/issues/36) ([2944687](https://gitlab.com/to-be-continuous/python/commit/294468773ed6f60eaf93ee345047a65bcd4c78b4))
+
 ## [6.0.1](https://gitlab.com/to-be-continuous/python/compare/6.0.0...6.0.1) (2022-10-04)
 
 
diff --git a/README.md b/README.md
index b177030d8b81b70ddb63c42cce65c97cc163c9ad..f907a5d7fe540ea817890cbd520af7279e208f49 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.1'
+    ref: '6.0.2'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 5b4156a6993884d266e02516041f23fa2248de48..a10b0d919b6358961d4dff3fd8b0d4a8c57fd07a 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.1"]
+      command: ["--service", "python", "6.0.2"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: