Skip to content

Commit

Permalink
REL: set version to 0.14.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 18, 2023
1 parent 4a808ff commit f4fbe75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

project('meson-python', version: '0.13.0')
project('meson-python', version: '0.14.0.dev0')

py_mod = import('python')
py = py_mod.find_installation()
Expand Down
2 changes: 1 addition & 1 deletion mesonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
T = TypeVar('T')


__version__ = '0.13.0'
__version__ = '0.14.0.dev0'


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

0 comments on commit f4fbe75

Please sign in to comment.