Skip to content

Commit

Permalink
REL: set version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi authored and rgommers committed Apr 17, 2024
1 parent be616ef commit 4f50bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

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

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

Expand Down
2 changes: 1 addition & 1 deletion mesonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
MesonArgs = Mapping[MesonArgsKeys, List[str]]


__version__ = '0.16.0.dev0'
__version__ = '0.16.0'


_NINJA_REQUIRED_VERSION = '1.8.2'
Expand Down

0 comments on commit 4f50bf2

Please sign in to comment.