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 5e6686d commit 4cd4e50Copy full SHA for 4cd4e50
mesonpy/__init__.py
@@ -83,7 +83,7 @@ class InvalidLicenseExpression(Exception): # type: ignore[no-redef]
83
MesonArgs = Mapping[MesonArgsKeys, List[str]]
84
85
86
-__version__ = '0.19.0'
+__version__ = '0.20.0.dev0'
87
88
89
_PYPROJECT_METADATA_VERSION = tuple(map(int, pyproject_metadata.__version__.split('.')[:2]))
pyproject.toml
@@ -16,7 +16,7 @@ requires = [
16
17
[project]
18
name = 'meson-python'
19
-version = '0.19.0'
+version = '0.20.0.dev0'
20
description = 'Meson Python build backend (PEP 517)'
21
readme = 'README.rst'
22
requires-python = '>= 3.9'
0 commit comments