Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Jun 3, 2021
1 parent 245a488 commit c614e50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.2"
version: "0.3.0"

source:
git_rev: origin/master
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2'
__all__ = ['PyPardisoSolver', 'spsolve', 'factorized', 'ps']
__version__ = '0.3.0'
__all__ = ['PyPardisoSolver', 'spsolve', 'factorized', 'ps']
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pypardiso',
version="0.2.2",
version="0.3.0",
packages=['pypardiso'],
author="Adrian Haas",
author_email="[email protected]",
Expand All @@ -27,4 +27,4 @@
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Visualization',
],
)
)

0 comments on commit c614e50

Please sign in to comment.