Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Dec 14, 2021
1 parent 628ba8e commit 81d0cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quick_trade/utils.py
Expand Up @@ -175,7 +175,7 @@
calmar ratio: {}
max drawdown: {}%""" # .format(Trader.losses, Trader.trades, ...)

__version__: str = "7.0.5"
__version__: str = "7.0.6"
__author__: str = 'Vlad Kochetov'
__credits__: List[str] = [
"Hemerson Tacon -- Stack overflow",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as file:
long_desc = file.read()

__version__ = "7.0.5"
__version__ = "7.0.6"

setup(
name='quick_trade',
Expand Down

0 comments on commit 81d0cca

Please sign in to comment.