Skip to content

Commit 2be0cc3

Browse files
authored
bump to v0.2.0
1 parent c43b6b9 commit 2be0cc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'odrpack',
33
['cpp'],
4-
version : '0.1.0',
4+
version : '0.2.0',
55
meson_version: '>=1.5.0',
66
default_options: [
77
'buildtype=release',
@@ -61,4 +61,4 @@ python.install_sources(
6161
# output: 'stubs',
6262
# depends: [nanobind_ext],
6363
# build_by_default: true
64-
# )
64+
# )

0 commit comments

Comments
 (0)