diff --git a/README.md b/README.md
index 2bea443f5a1510c5bb48b6a1925a72b365b1d68a..1585dcac4944f20360a0bc583cea51466bafb6f9 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: '1.3.0'
+    ref: '2.0.0'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 006b96106568e3f3ea06d0e5c3dbb3634fe9e344..265b8d1a8882d3eaf3cd57fe1dac2cd6be312abe 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -305,7 +305,7 @@ variables:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "1.3.0"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "2.0.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -317,7 +317,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "python", "1.3.0"]
+      command: ["--service", "python", "2.0.0"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: