diff --git a/TSInterpret/__version__.py b/TSInterpret/__version__.py index a937ecc..dda82e2 100644 --- a/TSInterpret/__version__.py +++ b/TSInterpret/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 0, 12) +VERSION = (0, 0, 13) __version__ = ".".join(map(str, VERSION)) # noqa: F401