From 97d8f8fd06d6db31afd7834c39c2863f6869ad3a Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 30 Dec 2019 15:46:32 -0500 Subject: [PATCH] setup: Bump version for new importer from last commit. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 913ec94..aaf15b5 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.10.1', + version='0.11.0', author='Brett Smith', author_email='brettcsmith@brettcsmith.org', license='GNU AGPLv3+',