From ec5be26417cee31c5d0a9dfe21756a797610c7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacqueline=20H=C3=B6llig?= <78690944+JHoelli@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:21:39 +0200 Subject: [PATCH] Update __version__.py --- TSInterpret/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TSInterpret/__version__.py b/TSInterpret/__version__.py index 178e4ef..2b603a3 100644 --- a/TSInterpret/__version__.py +++ b/TSInterpret/__version__.py @@ -1,2 +1,2 @@ -VERSION = (0, 4, 0) +VERSION = (0, 4, 1) __version__ = ".".join(map(str, VERSION)) # noqa: F401