Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4d41e1

Browse files
dnicolodirgommers
authored andcommitted
REL: set version to 0.13.1
1 parent 70447a0 commit f4d41e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

+1-1
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.14.0.dev0')
5+
project('meson-python', version: '0.13.1')
66

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

mesonpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
T = TypeVar('T')
6767

6868

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

7171

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

0 commit comments

Comments
 (0)