Skip to content

Commit

Permalink
Merge pull request #452 from timkpaine/tkp/110
Browse files Browse the repository at this point in the history
bump version to 1.1.0, bump ffn min version to 1.1.0
  • Loading branch information
timkpaine authored Aug 5, 2024
2 parents 9937174 + 653147b commit 8087a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
import ffn
from ffn import utils, data, get, merge

__version__ = "1.0.1"
__version__ = "1.1.0"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ def local_file(filename):

setup(
name="bt",
version="1.0.1",
version="1.1.0",
author="Philippe Morissette",
author_email="[email protected]",
description="A flexible backtesting framework for Python",
keywords="python finance quant backtesting strategies algotrading algorithmic trading",
url="https://github.com/pmorissette/bt",
license="MIT",
install_requires=["ffn>=1.0.0", "pyprind>=2.11", "tqdm>=4"],
install_requires=["ffn>=1.1.0", "pyprind>=2.11", "tqdm>=4"],
extras_require={
"dev": [
"cython>=0.29.25",
"ffn>=1.0.0",
"ffn>=1.1.0",
"matplotlib>=2",
"numpy>=1",
"pandas>=0.19",
Expand Down

0 comments on commit 8087a3d

Please sign in to comment.