Skip to content

Commit

Permalink
REL: set version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi authored and rgommers committed Oct 25, 2024
1 parent b6bf932 commit b43ffcd
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.17.0')
project('meson-python', version: '0.17.1')

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 @@ -65,7 +65,7 @@
MesonArgs = Mapping[MesonArgsKeys, List[str]]


__version__ = '0.17.0.dev0'
__version__ = '0.17.1'


_NINJA_REQUIRED_VERSION = '1.8.2'
Expand Down

0 comments on commit b43ffcd

Please sign in to comment.