Skip to content

Commit 60d8d72

Browse files
committed
Removed FinancePy from pyproject.toml
1 parent d97fddd commit 60d8d72

File tree

4 files changed

+181
-197
lines changed

4 files changed

+181
-197
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ In finmarketpy/examples you will find several examples, including some simple tr
176176

177177
# Release Notes
178178

179+
* 0.11.17 - finmarketpy (09 Mar 2025)
179180
* 0.11.16 - finmarketpy (08 Mar 2025)
180181
* 0.11.15 - finmarketpy (08 Mar 2025)
181182
* 0.11.14 - finmarketpy (19 May 2024)
@@ -198,6 +199,8 @@ In finmarketpy/examples you will find several examples, including some simple tr
198199

199200
# finmarketpy log
200201

202+
* 09 Mar 2025
203+
* Removed FinancePy from pyproject.toml
201204
* 08 Mar 2025
202205
* Make FinancePy an optional dependency
203206
* Fixed various deprecation messages related Pandas

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = 'finmarketpy'
33
version = "0.0.0" # do not change by hand!
44
description = "finmarketpy is a Python based library for backtesting trading strategies"
55
# Please add authors and correct the email...
6-
authors = [{name='Saeed Aman', email= '[email protected]'}]
6+
authors = [{name='Saeed Amen', email= '[email protected]'}]
77
readme = "README.md"
88
requires-python = ">=3.9"
99
dependencies = [

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use API, which has prebuilt templates for you to define backtest."""
66

77
setup(name="finmarketpy",
8-
version="0.11.16",
8+
version="0.11.17",
99
description="finmarketpy is a Python based library for backtesting trading strategies",
1010
author="Saeed Amen",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)