From e22b2f7c174b4e1160862f85b360406060af6213 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Tue, 3 Jul 2018 11:31:28 -0400 Subject: [PATCH] setup: Bump version for new oreilly importers. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b11cee9..859ff7a 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ REQUIREMENTS['tests_require'] = [ setup( name='import2ledger', description="Import different sources of financial data to Ledger", - version='0.4', + version='0.5', author='Brett Smith', author_email='brettcsmith@brettcsmith.org', license='GNU AGPLv3+',