Skip to content

Commit

Permalink
Bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Oct 20, 2023
1 parent 57ced92 commit 8ed2a52
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.2"
version: "0.4.3"

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.2'
__version__ = '0.4.3'
__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.2",
version="0.4.3",
packages=['pypardiso'],
install_requires=['mkl', 'numpy', 'scipy'],
author="Adrian Haas",
Expand Down

0 comments on commit 8ed2a52

Please sign in to comment.