Skip to content

Commit 25d249f

Browse files
authored
bump to v0.2.0
This version uses 'nanobind' as binding framework and links to 'openblas' or 'accelerate'.
1 parent ba749ca commit 25d249f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odrpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
to the observations of the dependent variable.
1010
"""
1111

12-
__version__ = '0.1.0'
12+
__version__ = '0.2.0'
1313

1414
from odrpack.driver import *
1515
from odrpack.exceptions import *

0 commit comments

Comments
 (0)