Skip to content

Commit ee297a7

Browse files
committed
Bump version number to 0.4.0
1 parent 36ec9f1 commit ee297a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pypardiso
3-
version: "0.3.3"
3+
version: "0.4.0"
44

55
source:
66
git_rev: origin/master

pypardiso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from .scipy_aliases import spsolve, factorized
55
from .scipy_aliases import pypardiso_solver as ps
66

7-
__version__ = '0.3.3'
7+
__version__ = '0.4.0'
88
__all__ = ['PyPardisoSolver', 'spsolve', 'factorized', 'ps']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pypardiso',
5-
version="0.3.3",
5+
version="0.4.0",
66
packages=['pypardiso'],
77
install_requires=['mkl', 'numpy', 'scipy'],
88
author="Adrian Haas",

0 commit comments

Comments
 (0)