From 4e048eccf12c8391faa76f24cf6054a1500d43e1 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 28 Sep 2018 08:36:01 -0400 Subject: [PATCH] setup: Bump version for nbpy2017 improvements. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa81058..89089f5 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.6', + version='0.6.1', author='Brett Smith', author_email='brettcsmith@brettcsmith.org', license='GNU AGPLv3+',