Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70447a0 commit f4d41e1Copy full SHA for f4d41e1
meson.build
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-project('meson-python', version: '0.14.0.dev0')
+project('meson-python', version: '0.13.1')
6
7
py_mod = import('python')
8
py = py_mod.find_installation()
mesonpy/__init__.py
@@ -66,7 +66,7 @@
66
T = TypeVar('T')
67
68
69
-__version__ = '0.14.0.dev0'
+__version__ = '0.13.1'
70
71
72
# XXX: Once Python 3.8 is our minimum supported version, get rid of
0 commit comments