From 73d18ab1f32b3ef9b1fc98c5ece2ba5676ffbf09 Mon Sep 17 00:00:00 2001 From: Me Here Date: Fri, 29 May 2026 14:55:36 -0500 Subject: [PATCH] PM_K-1: keep firmware versioning in the 0.0.x series (0.1.0 -> 0.0.13) Per request, stay on 0.0.x; the lane-editor build is relabeled 0.0.13 (no code change). Co-Authored-By: Claude Opus 4.7 (1M context) --- pico-cp/__pycache__/app.cpython-312.pyc | Bin 89940 -> 89941 bytes pico-cp/app.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pico-cp/__pycache__/app.cpython-312.pyc b/pico-cp/__pycache__/app.cpython-312.pyc index 601ca44e646be4ceebe8425631525f3ca825ace3..3b892473500928c46c61fbf975ab02bc663526b0 100644 GIT binary patch delta 45 zcmcbzkM-(4R<6^$yj%=Gp!0qs*A-TFHUm8aJwxN>C#=h#urh`+ifw-y#hA|m07sAw A*Z=?k delta 44 zcmcb*kM+tvR<6^$yj%=G;QnSK*A-SaRs%glJ%i?_tjnLWGKMmWZhscVn9l+LKL-uH diff --git a/pico-cp/app.py b/pico-cp/app.py index 1274ff2..b0a258a 100644 --- a/pico-cp/app.py +++ b/pico-cp/app.py @@ -18,7 +18,7 @@ import board, busio, digitalio, analogio, pwmio, displayio, vectorio, time, json, gc, os, supervisor supervisor.runtime.autoreload = False # we write our own files (log + pushed programs); never self-restart -APP_VERSION = "0.1.0" # firmware version (the A/B updater pushes/compares this) +APP_VERSION = "0.0.13" # firmware version (the A/B updater pushes/compares this) try: import rtc # set from the editor's clock SysEx so the log has real timestamps except ImportError: