Skip to content

Commit

Permalink
Bump to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Apr 7, 2022
1 parent d226c15 commit a16e249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pypardiso
version: "0.4.0"
version: "0.4.1"

source:
git_rev: origin/master
Expand Down
2 changes: 1 addition & 1 deletion pypardiso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from .scipy_aliases import spsolve, factorized
from .scipy_aliases import pypardiso_solver as ps

__version__ = '0.4.0'
__version__ = '0.4.1'
__all__ = ['PyPardisoSolver', 'spsolve', 'factorized', 'ps']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pypardiso',
version="0.4.0",
version="0.4.1",
packages=['pypardiso'],
install_requires=['mkl', 'numpy', 'scipy'],
author="Adrian Haas",
Expand Down

0 comments on commit a16e249

Please sign in to comment.