Skip to content

Commit

Permalink
fixed bug, so that strategies can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelGard committed Mar 24, 2024
1 parent a7a9bbd commit d705151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cira/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
from . import config
from . import util
from . import log
from . import strategy

from .exchange import Exchange, DemoExchange
from .asset import Asset, Stock, Cryptocurrency
from .portfolio import Portfolio, Position

import alpaca

__version__ = "3.0.0"
__version__ = "3.0.1"
__author__ = "Axel Gard"
__credits__ = "alpaca.markets"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="cira",
version="3.0.0",
version="3.0.1",
description="A simpler library for the alapaca trade api",
url="https://github.com/AxelGard/cira",
author="Axel Gard",
Expand Down

0 comments on commit d705151

Please sign in to comment.