1 parent b40c704 commit 9f207c9Copy full SHA for 9f207c9
2 files changed
mesonpy/__init__.py
@@ -84,7 +84,7 @@ class InvalidLicenseExpression(Exception): # type: ignore[no-redef]
84
MesonArgs = Mapping[MesonArgsKeys, List[str]]
85
86
87
-__version__ = '0.20.0.dev0'
+__version__ = '0.20.0'
88
89
90
_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.20.0.dev0'
+version = '0.20.0'
20
description = 'Meson Python build backend (PEP 517)'
21
readme = 'README.rst'
22
requires-python = '>= 3.9'
0 commit comments