aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jinja2/bccache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jinja2/bccache.py b/src/jinja2/bccache.py
index 70b99c53..7ddcf405 100644
--- a/src/jinja2/bccache.py
+++ b/src/jinja2/bccache.py
@@ -18,7 +18,7 @@ from io import BytesIO
from .utils import open_if_exists
-bc_version = 4
+bc_version = 5
# Magic bytes to identify Jinja bytecode cache files. Contains the
# Python major and minor version to avoid loading incompatible bytecode
# if a project upgrades its Python version.