Skip to content

Commit 311b3d0

Browse files
committed
Merge branch 'main' of github.com:coding-kitties/investing-algorithm-framework
2 parents dcbc722 + 46778ba commit 311b3d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ symbols = ["BTC/EUR"]
5151

5252
# Define resource directory and the symbols you want to trade
5353
config = {
54-
RESOURCE_DIRECTORY: pathlib.Path(__file__).parent.resolve()
54+
RESOURCE_DIRECTORY: pathlib.Path(__file__).parent.resolve(),
5555
SYMBOLS: symbols
5656
}
5757

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__='v3.7.2'
1+
__version__='v3.7.3'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "investing-algorithm-framework"
3-
version = "v3.7.2"
3+
version = "v3.7.3"
44
description = "A framework for creating trading bots"
55
authors = ["MDUYN"]
66
readme = "README.md"

0 commit comments

Comments
 (0)