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 6d3a44d commit 6901d21Copy full SHA for 6901d21
mesonpy/__init__.py
@@ -79,7 +79,7 @@ class InvalidLicenseExpression(Exception): # type: ignore[no-redef]
79
MesonArgs = Mapping[MesonArgsKeys, List[str]]
80
81
82
-__version__ = '0.18.0.dev0'
+__version__ = '0.18.0'
83
84
85
_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.dev0'
+version = '0.18.0'
19
description = 'Meson Python build backend (PEP 517)'
20
readme = 'README.rst'
21
requires-python = '>= 3.8'
0 commit comments