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