From 470d54554853a9d955c214a83c0937fca3a4915b Mon Sep 17 00:00:00 2001 From: saeedamen Date: Mon, 25 Jan 2021 15:02:09 +0000 Subject: [PATCH] New release --- MANIFEST.in | 4 +++- README.md | 1 + setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c2ef54a..5dfcc58 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ recursive-include finmarketpy/ *.* -recursive-include finmarketpy_examples/ *.* \ No newline at end of file +recursive-include finmarketpy_examples/ *.* + +global-exclude *.py[cod] __pycache__ *.so *.pdf \ No newline at end of file diff --git a/README.md b/README.md index c6bdd09..19b7cbe 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index a9c6e22..942101b 100644 --- a/setup.py +++ b/setup.py @@ -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',