From cb275de37519030b80de79798840918dd369b1b1 Mon Sep 17 00:00:00 2001 From: nggit Date: Sat, 11 Jan 2025 08:10:37 +0700 Subject: [PATCH] release 0.1.2 --- tremolo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tremolo/__init__.py b/tremolo/__init__.py index af9b5be..5ce441d 100644 --- a/tremolo/__init__.py +++ b/tremolo/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' from .tremolo import Tremolo, Tremolo as Application # noqa: E402,F401 from . import exceptions # noqa: E402,F401