Skip to content

Commit

Permalink
Merge pull request #14 from parklab/dev
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
BeGeiger committed Aug 29, 2024
2 parents 8e127b9 + a2377c9 commit cb89093
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4.1"
version = "0.4.2"
description = "Salamander is a non-negative matrix factorization framework for signature analysis"
license = "MIT"
authors = ["Benedikt Geiger"]
Expand Down
2 changes: 1 addition & 1 deletion src/salamander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit cb89093

Please sign in to comment.