From af2d7a6efbd0f5a7f9f07bb11571b142d5c2e714 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Wed, 4 Dec 2024 19:40:01 -0500 Subject: [PATCH] Bump version to 0.2.9 (#170) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3268aac..7460c15 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')).read(), long_description_content_type="text/markdown", - version='0.2.8', + version='0.2.9', description='Import Chase banking transactions into beancount format', author='Michael Lynch', license="MIT",