Skip to content

Commit

Permalink
Bump version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Oct 24, 2021
1 parent 36ec9f1 commit ee297a7
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.3.3"
version: "0.4.0"

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

0 comments on commit ee297a7

Please sign in to comment.