Skip to content

Commit 9c47481

Browse files
committed
REL: set version to 0.17.1
1 parent 651ce6b commit 9c47481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

+1-1
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.17.0')
5+
project('meson-python', version: '0.17.1')
66

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

mesonpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
MesonArgs = Mapping[MesonArgsKeys, List[str]]
6666

6767

68-
__version__ = '0.17.0.dev0'
68+
__version__ = '0.17.1'
6969

7070

7171
_NINJA_REQUIRED_VERSION = '1.8.2'

0 commit comments

Comments
 (0)