Skip to content

Commit 78def82

Browse files
dnicolodirgommers
authored andcommitted
REL: back to development
1 parent f4d41e1 commit 78def82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
project('meson-python', version: '0.13.1')
5+
project('meson-python', version: '0.14.0.dev0')
66

77
py_mod = import('python')
88
py = py_mod.find_installation()

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
T = TypeVar('T')
6767

6868

69-
__version__ = '0.13.1'
69+
__version__ = '0.14.0.dev0'
7070

7171

7272
# XXX: Once Python 3.8 is our minimum supported version, get rid of

0 commit comments

Comments
 (0)