diff --git a/pyproject.toml b/pyproject.toml index 15ed202..7f6c0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "salamander-learn" -version = "0.4.1" +version = "0.4.2" description = "Salamander is a non-negative matrix factorization framework for signature analysis" license = "MIT" authors = ["Benedikt Geiger"] diff --git a/src/salamander/__init__.py b/src/salamander/__init__.py index c42a426..e6f45ef 100644 --- a/src/salamander/__init__.py +++ b/src/salamander/__init__.py @@ -7,7 +7,7 @@ from . import plot as pl from . import tools as tl -__version__ = "0.4.1" +__version__ = "0.4.2" pl.set_salamander_style()