Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl committed May 21, 2024
1 parent fabb506 commit ec0bf29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions optimask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
from ._optimask import OptiMask

__all__ = ['OptiMask']

__version__ = '1.2.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='optimask',
version='1.2.1',
version='1.2.2',
packages=find_packages(),
install_requires=['numpy', 'pandas'],
description="OptiMask: extracting the largest (non-contiguous) submatrix without NaN",
Expand Down

0 comments on commit ec0bf29

Please sign in to comment.