8000 REL: set version to 0.17.1 · mesonbuild/meson-python@b43ffcd · GitHub
[go: up one dir, main page]

Skip to content

Commit b43ffcd

Browse files
dnicolodirgommers
authored andcommitted
REL: set version to 0.17.1
1 parent b6bf932 commit b43ffcd

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