From 7fe77442edfef1d72a4c3e2a293d13e45a5e4fca Mon Sep 17 00:00:00 2001 From: SoulMelody Date: Mon, 3 Jun 2024 21:38:46 +0800 Subject: [PATCH] bump version --- libresvip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libresvip/__init__.py b/libresvip/__init__.py index 15aec79aa..c8da30c20 100644 --- a/libresvip/__init__.py +++ b/libresvip/__init__.py @@ -1,4 +1,4 @@ import os -__version__ = "1.1.5" +__version__ = "1.1.6" os.environ.setdefault("LOGURU_AUTOINIT", "false")