Skip to content

Commit 8f1981e

Browse files
committed
MAINT: set version to 0.20.1.dev0
1 parent d3d9567 commit 8f1981e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mesonpy/__init__.py

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

8686

87-
__version__ = '0.20.0'
87+
__version__ = '0.21.0.dev0'
8888

8989

9090
_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.20.0'
19+
version = '0.21.0.dev0'
2020
description = 'Meson Python build backend (PEP 517)'
2121
readme = 'README.rst'
2222
requires-python = '>= 3.9'

0 commit comments

Comments
 (0)