Skip to content

Commit

Permalink
Bugfix in rotator regarding symbols allowed limit and version
Browse files Browse the repository at this point in the history
  • Loading branch information
donewiththedollar committed Apr 17, 2024
1 parent 9c93596 commit 168dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from directionalscalper.core.strategies.logger import Logger
logging = Logger(logger_name="Configuration", filename="Configuration.log", stream=True)

VERSION = "v2.9.6"
VERSION = "v2.9.7"

class Exchanges(Enum):
BYBIT = "bybit"
Expand Down

0 comments on commit 168dacc

Please sign in to comment.