From 104c810a353b850ddee249be61de488f37e8a51d Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Sun, 6 Feb 2022 12:17:34 -0500 Subject: [PATCH] Bump setup version to 0.1.1 (#6) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1e882b..c044e10 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.1.0', + version='0.1.1', description='Import Chase banking transactions into beancount format', author='Michael Lynch', license="MIT",