From c426391af1a64fa1aa865448e20b0c07cdd0a2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Zapp?= Date: Thu, 25 Jan 2024 15:03:10 +0100 Subject: [PATCH] Release version 1.0.0 --- stnmf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stnmf/__init__.py b/stnmf/__init__.py index 2083c34..b7955fe 100644 --- a/stnmf/__init__.py +++ b/stnmf/__init__.py @@ -31,7 +31,7 @@ containing the recovered spatial modules with the corresponding weights :math:`\\mathbf{H}` as `(r, m)` :term:`array_like`. """ -__version__ = '0.9.0' +__version__ = '1.0.0' __all__ = [ 'STNMF', 'preprocessing',