Skip to content

Commit 3b25a76

Browse files
committed
MAINT: set version to 0.19.0.dev0
1 parent e094949 commit 3b25a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mesonpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class InvalidLicenseExpression(Exception): # type: ignore[no-redef]
8181
MesonArgs = Mapping[MesonArgsKeys, List[str]]
8282

8383

84-
__version__ = '0.18.0'
84+
__version__ = '0.19.0.dev0'
8585

8686

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires = [
1515

1616
[project]
1717
name = 'meson-python'
18-
version = '0.18.0'
18+
version = '0.19.0.dev0'
1919
description = 'Meson Python build backend (PEP 517)'
2020
readme = 'README.rst'
2121
requires-python = '>= 3.8'

0 commit comments

Comments
 (0)