Skip to content

Commit

Permalink
REL: set version to 0.15.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Sep 5, 2023
1 parent 4d77af5 commit 047048a
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.14.0')
project('meson-python', version: '0.15.0.dev0')

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 @@ -63,7 +63,7 @@
T = TypeVar('T')


__version__ = '0.14.0'
__version__ = '0.15.0.dev0'


# XXX: Once Python 3.8 is our minimum supported version, get rid of
Expand Down

0 comments on commit 047048a

Please sign in to comment.