From daa42c0c70fd743dee39c12349156736d3e95f51 Mon Sep 17 00:00:00 2001 From: jhoelli Date: Mon, 24 Apr 2023 14:31:25 +0200 Subject: [PATCH] zenodo --- .zenodo.json | 2 +- TSInterpret/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 6f47637..5048337 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -19,6 +19,6 @@ "license": "BSD 3-Clause", - "title": "TSInterpret: A Python Package for the Interpretability of Time Series Classification", + "title": "TSInterpret: A Python Package for the Interpretability of Time Series Classification" } diff --git a/TSInterpret/__version__.py b/TSInterpret/__version__.py index b143d79..e6f4575 100644 --- a/TSInterpret/__version__.py +++ b/TSInterpret/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 1) +VERSION = (0, 2, 2) __version__ = ".".join(map(str, VERSION)) # noqa: F401