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