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)