Skip to content

Commit 4cd4e50

Browse files
committed
MAINT: set version to 0.20.0.dev0
1 parent 5e6686d commit 4cd4e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class InvalidLicenseExpression(Exception): # type: ignore[no-redef]
8383
MesonArgs = Mapping[MesonArgsKeys, List[str]]
8484

8585

86-
__version__ = '0.19.0'
86+
__version__ = '0.20.0.dev0'
8787

8888

8989
_PYPROJECT_METADATA_VERSION = tuple(map(int, pyproject_metadata.__version__.split('.')[:2]))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires = [
1616

1717
[project]
1818
name = 'meson-python'
19-
version = '0.19.0'
19+
version = '0.20.0.dev0'
2020
description = 'Meson Python build backend (PEP 517)'
2121
readme = 'README.rst'
2222
requires-python = '>= 3.9'

0 commit comments

Comments
 (0)