Skip to content

Commit 047048a

Browse files
committed
REL: set version to 0.15.0.dev0
1 parent 4d77af5 commit 047048a

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.14.0')
5+
project('meson-python', version: '0.15.0.dev0')
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
@@ -63,7 +63,7 @@
6363
T = TypeVar('T')
6464

6565

66-
__version__ = '0.14.0'
66+
__version__ = '0.15.0.dev0'
6767

6868

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

0 commit comments

Comments
 (0)