From d9563392c3a9949a8f4edc2ba1bb31e3367d9732 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Mon, 1 Jun 2026 08:34:07 -0400 Subject: [PATCH] fix: remove bak file in bumpminor.sh --- scripts/bumpminor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bumpminor.sh b/scripts/bumpminor.sh index f6eadf0..c4bf03d 100755 --- a/scripts/bumpminor.sh +++ b/scripts/bumpminor.sh @@ -29,3 +29,4 @@ git push --tags rm hbd/__init__.py.bak rm scripts/hbc_mini.py.bak +rm README.md.bak \ No newline at end of file