8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bf932 commit b43ffcdCopy full SHA for b43ffcd
meson.build
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-project('meson-python', version: '0.17.0')
+project('meson-python', version: '0.17.1')
6
7
py = import('python').find_installation()
8
mesonpy/__init__.py
@@ -65,7 +65,7 @@
65
MesonArgs = Mapping[MesonArgsKeys, List[str]]
66
67
68
-__version__ = '0.17.0.dev0'
+__version__ = '0.17.1'
69
70
71
_NINJA_REQUIRED_VERSION = '1.8.2'
0 commit comments