Skip to content

Commit

Permalink
Merge pull request #443 from pmorissette/tkp/101
Browse files Browse the repository at this point in the history
Bump to 1.0.1
  • Loading branch information
timkpaine authored Jun 23, 2024
2 parents d00fd67 + 0a1969c commit 9088f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def local_file(filename):

setup(
name="bt",
version="1.0.0",
version="1.0.1",
author="Philippe Morissette",
author_email="morissette.philippe@gmail.com",
description="A flexible backtesting framework for Python",
Expand Down

0 comments on commit 9088f9a

Please sign in to comment.