Skip to content

Commit 470d545

Browse files
committed
New release
1 parent da729e3 commit 470d545

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

MANIFEST.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
recursive-include finmarketpy/ *.*
2-
recursive-include finmarketpy_examples/ *.*
2+
recursive-include finmarketpy_examples/ *.*
3+
4+
global-exclude *.py[cod] __pycache__ *.so *.pdf

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ In finmarketpy/examples you will find several examples, including some simple tr
153153

154154
# Release Notes
155155

156+
* 0.11.8 - finmarketpy (25 Jan 2021)
156157
* 0.11.7 - finmarketpy (20 Oct 2020)
157158
* 0.11.6 - finmarketpy (02 Oct 2020)
158159
* 0.11.5 - finmarketpy (24 Aug 2020)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
trading strategies using a simple to use API, which has prebuilt templates for you to define backtest."""
55

66
setup(name='finmarketpy',
7-
version='0.11.7',
7+
version='0.11.8',
88
description='finmarketpy is a Python based library for backtesting trading strategies',
99
author='Saeed Amen',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)