We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495968f commit c0cf838Copy full SHA for c0cf838
2 files changed
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'odrpack',
3
['cpp'],
4
- version : '0.0.1',
+ version : '0.1.0',
5
meson_version: '>=1.5.0',
6
default_options: [
7
'buildtype=release',
src/odrpack/__init__.py
@@ -9,7 +9,7 @@
9
to the observations of the dependent variable.
10
"""
11
12
-__version__ = '0.0.1'
+__version__ = '0.1.0'
13
14
from odrpack.driver import *
15
from odrpack.exceptions import *
0 commit comments