We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e094949 commit 3b25a76Copy full SHA for 3b25a76
mesonpy/__init__.py
@@ -81,7 +81,7 @@ class InvalidLicenseExpression(Exception): # type: ignore[no-redef]
81
MesonArgs = Mapping[MesonArgsKeys, List[str]]
82
83
84
-__version__ = '0.18.0'
+__version__ = '0.19.0.dev0'
85
86
87
_PYPROJECT_METADATA_VERSION = tuple(map(int, pyproject_metadata.__version__.split('.')[:2]))
pyproject.toml
@@ -15,7 +15,7 @@ requires = [
15
16
[project]
17
name = 'meson-python'
18
-version = '0.18.0'
+version = '0.19.0.dev0'
19
description = 'Meson Python build backend (PEP 517)'
20
readme = 'README.rst'
21
requires-python = '>= 3.8'
0 commit comments