From e3335aa6ece1f74ccea83425844c8f08c90c5613 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 9 Nov 2017 16:19:29 -0500 Subject: [PATCH] setup: Bump version to 0.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8904065..a73d028 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='import2ledger', description="Import different sources of financial data to Ledger", - version='0.1', + version='0.2', author='Brett Smith', author_email='brettcsmith@brettcsmith.org', license='GNU AGPLv3+',