chore: bump version to 1.2.1 for indicator reorder
This commit is contained in:
@ -39,7 +39,7 @@ logger = logging.getLogger("PingPongBot")
|
|||||||
|
|
||||||
class PingPongBot:
|
class PingPongBot:
|
||||||
def __init__(self, config_path="config/ping_pong_config.yaml"):
|
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:
|
with open(config_path, 'r') as f:
|
||||||
self.config = yaml.safe_load(f)
|
self.config = yaml.safe_load(f)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user