Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BeGeiger committed May 1, 2024
1 parent 465042c commit db078e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "salamander-learn"
version = "0.3.2"
version = "0.4.0"
description = "Salamander is a non-negative matrix factorization framework for signature analysis"
license = "MIT"
authors = ["Benedikt Geiger"]
Expand Down
3 changes: 2 additions & 1 deletion src/salamander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
from . import plot as pl
from . import tools as tl

__version__ = "0.3.2"
__version__ = "0.4.0"

pl.set_salamander_style()

__all__ = [
"__version__",
"models",
"pl",
"tl",
Expand Down

0 comments on commit db078e9

Please sign in to comment.