From 9ffcf4c8c417a2c66ab97d5bfb7ac004e03f9d94 Mon Sep 17 00:00:00 2001 From: Gemini CLI Date: Thu, 5 Mar 2026 21:33:56 +0100 Subject: [PATCH] chore: bump version to 1.2.1 for indicator reorder --- src/strategies/ping_pong_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategies/ping_pong_bot.py b/src/strategies/ping_pong_bot.py index 5f22201..4cbf057 100644 --- a/src/strategies/ping_pong_bot.py +++ b/src/strategies/ping_pong_bot.py @@ -39,7 +39,7 @@ logger = logging.getLogger("PingPongBot") class PingPongBot: def __init__(self, config_path="config/ping_pong_config.yaml"): - self.version = "1.2.0" + self.version = "1.2.1" with open(config_path, 'r') as f: self.config = yaml.safe_load(f)