Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Jan 25, 2021
1 parent da729e3 commit 470d545
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
@@ -1,2 +1,4 @@
recursive-include finmarketpy/ *.*
recursive-include finmarketpy_examples/ *.*
recursive-include finmarketpy_examples/ *.*

global-exclude *.py[cod] __pycache__ *.so *.pdf
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -153,6 +153,7 @@ In finmarketpy/examples you will find several examples, including some simple tr

# Release Notes

* 0.11.8 - finmarketpy (25 Jan 2021)
* 0.11.7 - finmarketpy (20 Oct 2020)
* 0.11.6 - finmarketpy (02 Oct 2020)
* 0.11.5 - finmarketpy (24 Aug 2020)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
trading strategies using a simple to use API, which has prebuilt templates for you to define backtest."""

setup(name='finmarketpy',
version='0.11.7',
version='0.11.8',
description='finmarketpy is a Python based library for backtesting trading strategies',
author='Saeed Amen',
author_email='saeed@cuemacro.com',
Expand Down

0 comments on commit 470d545

Please sign in to comment.