Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnvk committed Jan 26, 2022
1 parent 6132575 commit 9528725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpaca_trade_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = '1.4.3'
__version__ = '1.5.0'

from .rest import REST, TimeFrame, TimeFrameUnit # noqa
from .rest_async import AsyncRest # noqa
from .stream import Stream # noqa
from .stream2 import StreamConn # noqa
from .stream2 import StreamConn # noqa

0 comments on commit 9528725

Please sign in to comment.