From 1efd2bb75eda0b0af94aef56eedb51d6374012af Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Sat, 21 Sep 2024 17:54:06 -0700 Subject: [PATCH] Bump ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85a0253..5da8f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beanhub-import" -version = "1.0.2" +version = "1.0.3" description = "The simple library for import extracted transactions provided by beanhub-extract and generate corresponding Beancount transactions based on predefined rules" authors = ["Fang-Pen Lin "] license = "MIT"