Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Dec 15, 2024
1 parent 42acc35 commit ebb58a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[tool.ruff]
line-length = 127

[tool.pytest.ini_options]
minversion = "8.0"
addopts = "-ra -q"
testpaths = [
"tests/unit"
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down
2 changes: 1 addition & 1 deletion roboquant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The `roboquant` package contains the `run` method and shared classes like `Account`, `Asset` and `Event`.
"""

__version__ = "0.9.6"
__version__ = "0.9.7"

import logging

Expand Down
2 changes: 2 additions & 0 deletions roboquant/strategies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
from .emacrossover import EMACrossover
from .multistrategy import MultiStrategy
from .strategy import Strategy

__all__ = ["Strategy", "MultiStrategy","EMACrossover", "TaStrategy", "NumpyBuffer", "OHLCVBuffer"]

0 comments on commit ebb58a7

Please sign in to comment.