From dc765ad82266365b5e141f30e7fe1fcfca67685a Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 23 Aug 2023 11:42:00 +1000 Subject: [PATCH] wm8960: Bump patch version. For changes in 1f3002b53731de7658f98d74a4d4fe7d47eb7ac9. Signed-off-by: Damien George --- micropython/drivers/codec/wm8960/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/drivers/codec/wm8960/manifest.py b/micropython/drivers/codec/wm8960/manifest.py index 2184ba54..3c892264 100644 --- a/micropython/drivers/codec/wm8960/manifest.py +++ b/micropython/drivers/codec/wm8960/manifest.py @@ -1,3 +1,3 @@ -metadata(description="WM8960 codec.", version="0.1.0") +metadata(description="WM8960 codec.", version="0.1.1") module("wm8960.py", opt=3)