Skip to content

Commit

Permalink
Release number changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPyka committed Jan 4, 2017
1 parent 1ca5b44 commit 3b92f47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# file GENERATED by distutils, do NOT edit
setup.py
financial_life/__init__.py
financial_life/test_general.py
financial_life/calendar_help/__init__.py
financial_life/examples/__init__.py
financial_life/examples/dependencies.py
financial_life/examples/meta_data.py
financial_life/examples/simple_examples.py
financial_life/financing/__init__.py
financial_life/financing/accounts.py
financial_life/financing/colors.py
financial_life/financing/identity.py
financial_life/financing/plotting.py
financial_life/financing/test_financing.py
financial_life/financing/test_meta.py
financial_life/financing/test_status.py
financial_life/financing/validate.py
financial_life/products/germany/lbs/__init__.py
financial_life/reports/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Here are more examples. financial_life supports:

# Installation

financial_life is available in version 0.9. It is written in Python 3.4 and has not been tested for Python 2.x.
financial_life is available in version 0.9.2. It is written in Python 3.4 and has not been tested for Python 2.x.

To get a working environment, simply do

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

skw = dict(
name='financial_life',
version='0.9.1',
version='0.9.2',
description='A framework for analysing financial products in personalized contexts',
author='Martin Pyka',
author_email='[email protected]',
Expand Down

0 comments on commit 3b92f47

Please sign in to comment.