Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Aug 9, 2021
1 parent d7caae1 commit c9bac9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quick_trade/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
mean year percentage profit: {}%
winrate: {}%""" # .format(Trader.losses, Trader.trades, Trader.profits, Trader.year_profit, Trader.winrate)

__version__: str = "6.4.1"
__version__: str = "6.4.2"
__author__: str = 'Vlad Kochetov'
__credits__: List[str] = [
"Hemerson Tacon -- Stack overflow",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as file:
long_desc = file.read()

__version__ = "6.4.1"
__version__ = "6.4.2"

setup(
name='quick_trade',
Expand All @@ -26,7 +26,7 @@
'numpy==1.21.1',
'pandas==1.3.1',
'ta==0.7.0',
'tqdm==4.6.2'
'tqdm==4.6.2',
'ccxt==1.54.44'
],
download_url=f'https://github.com/VladKochetov007/quick_trade/archive/{__version__}.tar.gz',
Expand Down

0 comments on commit c9bac9b

Please sign in to comment.