Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Oct 3, 2023
1 parent 558c524 commit 91b9f95
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 = "rpca"
version = "0.1.2"
version = "0.1.3"
description = "Robust PCA using Accelerated Alternating Projection"
authors = ["Loic Coyle <loic.coyle@hotmail.fr>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion rpca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .rpca import RobustPCA

__version__ = "0.1.2"
__version__ = "0.1.3"
__all__ = ["RobustPCA"]

0 comments on commit 91b9f95

Please sign in to comment.