From 246ca7093f9c06945b7689e866c436b2aead8aac Mon Sep 17 00:00:00 2001 From: Hannu Parviainen Date: Tue, 1 Oct 2024 16:15:02 +0100 Subject: [PATCH] Minor cleanup. --- exoiris/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exoiris/__init__.py b/exoiris/__init__.py index 8fd3b71..eef2544 100644 --- a/exoiris/__init__.py +++ b/exoiris/__init__.py @@ -14,9 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from .exoiris import ExoIris, load_model, clean_knots +from .exoiris import ExoIris, load_model from .tsdata import TSData, TSDataSet from .binning import Binning from .ldtkld import LDTkLD -__version__ = '0.9.8' +__version__ = '0.9.9'