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 be616ef commit 4f50bf2Copy full SHA for 4f50bf2
meson.build
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-project('meson-python', version: '0.16.0.dev0')
+project('meson-python', version: '0.16.0')
6
7
py = import('python').find_installation()
8
mesonpy/__init__.py
@@ -66,7 +66,7 @@
66
MesonArgs = Mapping[MesonArgsKeys, List[str]]
67
68
69
-__version__ = '0.16.0.dev0'
+__version__ = '0.16.0'
70
71
72
_NINJA_REQUIRED_VERSION = '1.8.2'
0 commit comments