From 965fe1f5df4d0a5005179dd16e7c4d038ab71dc4 Mon Sep 17 00:00:00 2001 From: nggit Date: Thu, 1 Jan 2026 17:19:40 +0700 Subject: [PATCH] release v0.5.0 --- tremolo/tremolo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tremolo/tremolo.py b/tremolo/tremolo.py index 7cee2a1..e43ce3a 100644 --- a/tremolo/tremolo.py +++ b/tremolo/tremolo.py @@ -25,7 +25,7 @@ from .lib.executors import MultiThreadExecutor from .lib.locks import ServerLock -__version__ = '0.4.20' +__version__ = '0.5.0' class Tremolo: