From 957f0198e07d940d4bc2db8c1c3632ef2cb3702b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Apr 2024 17:10:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20lunchable-primelunch=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.0.2](https://github.com/juftin/lunchable-primelunch/compare/v1.0.1...v1.0.2) (2024-04-22) ## 🐛 Bug Fixes - [`4a44637`](https://github.com/juftin/lunchable-primelunch/commit/4a44637) remove subtotal row if it exists (Issues: [`#4`](https://github.com/juftin/lunchable-primelunch/issues/4)) [skip ci] --- lunchable_primelunch/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunchable_primelunch/__about__.py b/lunchable_primelunch/__about__.py index 3fd85c0..75e7c88 100644 --- a/lunchable_primelunch/__about__.py +++ b/lunchable_primelunch/__about__.py @@ -3,4 +3,4 @@ """ __application__ = "lunchable-primelunch" -__version__ = "1.0.1" +__version__ = "1.0.2"