We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d77af5 commit 047048aCopy full SHA for 047048a
meson.build
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-project('meson-python', version: '0.14.0')
+project('meson-python', version: '0.15.0.dev0')
6
7
py = import('python').find_installation()
8
mesonpy/__init__.py
@@ -63,7 +63,7 @@
63
T = TypeVar('T')
64
65
66
-__version__ = '0.14.0'
+__version__ = '0.15.0.dev0'
67
68
69
# XXX: Once Python 3.8 is our minimum supported version, get rid of
0 commit comments