Skip to content

Commit

Permalink
update alpaca-trade-api to 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Oct 8, 2020
1 parent f624806 commit 2885d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpaca_backtrader_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__all__ = [
'AlpacaStore', 'AlpacaBroker', 'AlpacaData',
]
__version__ = '0.11.0'
__version__ = '0.11.1'
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backtrader==1.9.76.123
alpaca-trade-api==0.50.1
alpaca-trade-api==0.51.0
trading_calendars==1.11.11

0 comments on commit 2885d30

Please sign in to comment.