Skip to content

Commit

Permalink
3.0.0rc15
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Mar 9, 2024
1 parent ad3f852 commit 4d8dae8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion martin_binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = "Jerry Fedorenko"
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
__license__ = "MIT"
__version__ = "3.0.0rc14"
__version__ = "3.0.0rc15"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down
3 changes: 1 addition & 2 deletions martin_binance/backtest/OoTSP.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
__author__ = "Jerry Fedorenko"
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
__license__ = "MIT"
__version__ = "3.0.0rc1"
__version__ = "3.0.0rc15"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

import asyncio
from pathlib import Path
import optuna
import inquirer
Expand Down
4 changes: 2 additions & 2 deletions martin_binance/strategy_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = "Jerry Fedorenko"
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
__license__ = "MIT"
__version__ = "3.0.0rc12"
__version__ = "3.0.0rc15"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down Expand Up @@ -1693,7 +1693,7 @@ def get_sum_profit(self):
raise NotImplementedError

@abstractmethod
def get_free_assets(self, *args, **kwargs):
def get_free_assets(self, **kwargs):
raise NotImplementedError

@abstractmethod
Expand Down

0 comments on commit 4d8dae8

Please sign in to comment.