Skip to content

Commit c0cf838

Browse files
committed
v0.1.0 publish-testpypi
1 parent 495968f commit c0cf838

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'odrpack',
33
['cpp'],
4-
version : '0.0.1',
4+
version : '0.1.0',
55
meson_version: '>=1.5.0',
66
default_options: [
77
'buildtype=release',

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.0.1'
12+
__version__ = '0.1.0'
1313

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

0 commit comments

Comments
 (0)