Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tau3000 committed Aug 19, 2021
1 parent 490798b commit e421f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eals/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.9.0"
from .eals import ElementwiseAlternatingLeastSquares, load_model

__all__ = ["ElementwiseAlternatingLeastSquares", "load_model", "__version__"]
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 = "eals"
version = "0.1.0"
version = "0.9.0"
description = "eALS"
authors = ["Akira Kitauchi <[email protected]>", "Michihiro Nakamura <[email protected]>"]

Expand Down

0 comments on commit e421f8b

Please sign in to comment.