We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb3ed9 commit 1a471c2Copy full SHA for 1a471c2
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