Skip to content

Commit 4f50bf2

Browse files
dnicolodirgommers
authored andcommitted
REL: set version to 0.16.0
1 parent be616ef commit 4f50bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
project('meson-python', version: '0.16.0.dev0')
5+
project('meson-python', version: '0.16.0')
66

77
py = import('python').find_installation()
88

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
MesonArgs = Mapping[MesonArgsKeys, List[str]]
6767

6868

69-
__version__ = '0.16.0.dev0'
69+
__version__ = '0.16.0'
7070

7171

7272
_NINJA_REQUIRED_VERSION = '1.8.2'

0 commit comments

Comments
 (0)