From 9d1cef090f05209effec30240e2bef1f1932aa31 Mon Sep 17 00:00:00 2001 From: paulober <44974737+paulober@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:34:09 +0100 Subject: [PATCH] Update data version in genExamples Signed-off-by: paulober <44974737+paulober@users.noreply.github.com> --- scripts/genExamples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genExamples.py b/scripts/genExamples.py index 86f0f9d..105d51c 100644 --- a/scripts/genExamples.py +++ b/scripts/genExamples.py @@ -35,7 +35,7 @@ examples.clear() -CURRENT_DATA_VERSION = "0.16.0" +CURRENT_DATA_VERSION = "0.17.0" try: shutil.rmtree("pico-examples")