From f839bf27c67938a8c5645be0e8b98562eaa82d17 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Fri, 22 Jul 2022 21:34:42 -0400 Subject: [PATCH] Bump version to 0.2.1 (#33) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a45ad4..ed05a31 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')).read(), long_description_content_type="text/markdown", - version='0.2.0', + version='0.2.1', description='Import Chase banking transactions into beancount format', author='Michael Lynch', license="MIT",