From 1abf741a209c9a7e22cdaadb1df5da6833f2eea5 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 24 Jan 2025 06:24:45 +0800 Subject: [PATCH] Bump stub binary revision. --- {{ cookiecutter.format }}/briefcase.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.format }}/briefcase.toml b/{{ cookiecutter.format }}/briefcase.toml index 26cd16a..e6d6ce4 100644 --- a/{{ cookiecutter.format }}/briefcase.toml +++ b/{{ cookiecutter.format }}/briefcase.toml @@ -12,5 +12,5 @@ support_path = "src" "3.12": "support_revision = 7", "3.13": "support_revision = 0", }.get(cookiecutter.python_version|py_tag, "") }} -stub_binary_revision = 6 +stub_binary_revision = 7 icon = "icon.ico"