setup: Bump version to 0.2.

This commit is contained in:
Brett Smith 2017-11-09 16:19:29 -05:00
parent 093834dd15
commit e3335aa6ec

View file

@ -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+',