Skip to content

Commit

Permalink
chore: release version 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mguillaudeux committed Jul 5, 2024
1 parent b619f7f commit 7010c74
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,7 +1,7 @@
[tool.poetry]
name = "saiph"
# Also modify in saiph/__init__.py
version = "1.5.7"
version = "1.5.8"
description = "A projection package"
authors = ["Octopize <help@octopize.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion saiph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .projection import fit, fit_transform, stats, transform

# Also modify in pyproject.toml
__version__ = "1.5.7"
__version__ = "1.5.8"

__all__ = [
"__version__",
Expand Down

0 comments on commit 7010c74

Please sign in to comment.