Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmeier committed Jun 14, 2021
1 parent 43cca13 commit d45399d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion fast_trade/build_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def build_summary(df, performance_start_time):
performance_stop_time = datetime.datetime.utcnow()

[perc_missing, total_missing_dates] = calculate_perc_missing(df)
# perc_missing = calculate_perc_missing(df)

summary = {
"return_perc": float(return_perc),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="fast-trade",
version="0.3.0",
version="0.3.1",
description="About low code backtesting library utilizing pandas and technical analysis indicators",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d45399d

Please sign in to comment.